diff --git a/service/etcd.yaml b/service/etcd.yaml index fc3fa23..9a4ee6a 100644 --- a/service/etcd.yaml +++ b/service/etcd.yaml @@ -8,7 +8,9 @@ service: image: etcd probes: readiness: "true" - liveness: "true" + liveness: + command: "true" + type: "exec" daemon: command: etcd --listen-client-urls http://0.0.0.0:{{ etcd.client_port }} --advertise-client-urls http://{{ address("etcd") }}:{{ etcd.client_port }}