Removed unneded probes. Merry Xmas!

Change-Id: I8685ffcc178858ec6ff2746b91c789df25462e6d
This commit is contained in:
Proskurin Kirill 2016-12-26 13:10:35 +00:00
parent 524e64f543
commit 288c06626e
1 changed files with 0 additions and 5 deletions

View File

@ -7,11 +7,6 @@ service:
containers:
- name: etcd
image: etcd
probes:
readiness: "true"
liveness:
command: "true"
type: "exec"
daemon:
command: etcd --listen-client-urls http://0.0.0.0:{{ etcd.client_port.cont }}
--advertise-client-urls {{ address("etcd", etcd.client_port, with_scheme=True) }}