Merge "Add liveness probe to kube-proxy"

This commit is contained in:
Zuul 2018-07-24 15:44:28 +00:00 committed by Gerrit Code Review
commit 64a5896c1c
1 changed files with 10 additions and 0 deletions

View File

@ -62,6 +62,16 @@ spec:
value: {{ .Values.kube_service.host }}
- name: KUBERNETES_SERVICE_PORT
value: {{ .Values.kube_service.port | quote }}
livenessProbe:
httpGet:
host: 127.0.0.1
path: /healthz
port: 10256
failureThreshold: 3
initialDelaySeconds: 15
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 5
readinessProbe:
exec:
command: