Fix calico health checks

pull/3255/head
mlushpenko 2018-09-06 15:57:21 +02:00
parent 2faa8f1e37
commit f958b32c83
1 changed files with 2 additions and 0 deletions

View File

@ -136,6 +136,7 @@ spec:
memory: {{ calico_node_memory_requests }}
livenessProbe:
httpGet:
host: 127.0.0.1
path: /liveness
port: 9099
periodSeconds: 10
@ -143,6 +144,7 @@ spec:
failureThreshold: 6
readinessProbe:
httpGet:
host: 127.0.0.1
path: /readiness
port: 9099
periodSeconds: 10