Add liveness probe to kube-proxy

Change-Id: I420926a5720a90eb1748ba2bc58ac62fc4e93dd9
This commit is contained in:
Mark Burnett 2018-07-17 14:56:23 -05:00
parent 9e5fb310b9
commit f73cbfcc85
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: