Merge "Add proper readiness probe"

This commit is contained in:
Jenkins 2016-11-18 20:16:10 +00:00 committed by Gerrit Code Review
commit c3cc6121ae
1 changed files with 4 additions and 4 deletions

View File

@ -7,10 +7,10 @@ service:
- name: keystone
image: keystone
probes:
readiness: "true"
liveness:
command: "true"
type: "exec"
readiness:
type: "httpGet"
port: {{ keystone.admin_port.cont }}
path: "/"
volumes:
- name: keystone-logs
path: "/var/log/ccp/keystone"