Removed unneded probes. Merry Xmas!

Change-Id: I28cb2e797c9dc4ab9b0e9e30e29b226ec8dea708
This commit is contained in:
Proskurin Kirill 2016-12-26 13:11:19 +00:00
parent 949ba9376c
commit fe1c7dbc40
1 changed files with 0 additions and 5 deletions

View File

@ -6,11 +6,6 @@ service:
containers:
- name: memcached
image: memcached
probes:
readiness: "true"
liveness:
command: "true"
type: "exec"
daemon:
command: memcached -v -u memcached -l {{ memcached.address }} -m {{ memcached.ram }}
user: memcached