diff --git a/service/nova-api.yaml b/service/nova-api.yaml index b31c358..3417ec4 100644 --- a/service/nova-api.yaml +++ b/service/nova-api.yaml @@ -8,11 +8,6 @@ service: - name: nova-api image: nova-api privileged: true - probes: - readiness: "true" - liveness: - command: "true" - type: "exec" pre: - name: nova-db-create type: single diff --git a/service/nova-compute.yaml b/service/nova-compute.yaml index e869a12..80c6b56 100644 --- a/service/nova-compute.yaml +++ b/service/nova-compute.yaml @@ -7,11 +7,6 @@ service: - name: nova-compute image: nova-compute privileged: true - probes: - readiness: "true" - liveness: - command: "true" - type: "exec" volumes: - name: run type: host diff --git a/service/nova-conductor.yaml b/service/nova-conductor.yaml index 5c95996..d25a80b 100644 --- a/service/nova-conductor.yaml +++ b/service/nova-conductor.yaml @@ -4,11 +4,6 @@ service: containers: - name: nova-conductor image: nova-conductor - probes: - readiness: "true" - liveness: - command: "true" - type: "exec" daemon: command: nova-conductor --config-file /etc/nova/nova.conf files: diff --git a/service/nova-consoleauth.yaml b/service/nova-consoleauth.yaml index dea9218..c6d6caf 100644 --- a/service/nova-consoleauth.yaml +++ b/service/nova-consoleauth.yaml @@ -4,11 +4,6 @@ service: containers: - name: nova-consoleauth image: nova-consoleauth - probes: - readiness: "true" - liveness: - command: "true" - type: "exec" daemon: command: nova-consoleauth --config-file /etc/nova/nova.conf files: diff --git a/service/nova-libvirt.yaml b/service/nova-libvirt.yaml index 5a6eebf..772a76b 100644 --- a/service/nova-libvirt.yaml +++ b/service/nova-libvirt.yaml @@ -8,11 +8,6 @@ service: - name: nova-libvirt image: nova-libvirt privileged: true - probes: - readiness: "true" - liveness: - command: "true" - type: "exec" volumes: - name: run type: host @@ -62,11 +57,6 @@ service: - name: nova-virtlogd image: nova-libvirt privileged: true - probes: - readiness: "true" - liveness: - command: "true" - type: "exec" volumes: - name: run type: host diff --git a/service/nova-novncproxy.yaml b/service/nova-novncproxy.yaml index f61fd29..723a6f1 100644 --- a/service/nova-novncproxy.yaml +++ b/service/nova-novncproxy.yaml @@ -6,11 +6,6 @@ service: containers: - name: nova-novncproxy image: nova-novncproxy - probes: - readiness: "true" - liveness: - command: "true" - type: "exec" daemon: command: nova-novncproxy --config-file /etc/nova/nova.conf files: diff --git a/service/nova-scheduler.yaml b/service/nova-scheduler.yaml index 18a5642..a63a1d9 100644 --- a/service/nova-scheduler.yaml +++ b/service/nova-scheduler.yaml @@ -4,11 +4,6 @@ service: containers: - name: nova-scheduler image: nova-scheduler - probes: - readiness: "true" - liveness: - command: "true" - type: "exec" daemon: command: nova-scheduler --config-file /etc/nova/nova.conf files: