Bugfix in Deployment config

This commit is contained in:
krish7919 (Krish) 2017-09-07 13:56:55 +02:00 committed by Krish
parent 1307f43306
commit ac0dcd090e
1 changed files with 1 additions and 2 deletions

View File

@ -68,11 +68,10 @@ spec:
ports:
- containerPort: <port where the proxy is listening for requests>
protocol: TCP
name: proxy-health
livenessProbe:
httpGet:
path: /health
port: proxy-health
port: <cluster-health-check-port from the ConfigMap>
initialDelaySeconds: 15
periodSeconds: 15
failureThreshold: 3