Add liveness probe to kube-proxy
Change-Id: I420926a5720a90eb1748ba2bc58ac62fc4e93dd9
This commit is contained in:
parent
9e5fb310b9
commit
f73cbfcc85
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user