Skip to content
Snippets Groups Projects
Commit f958b32c authored by mlushpenko's avatar mlushpenko
Browse files

Fix calico health checks

parent 2faa8f1e
No related branches found
No related tags found
No related merge requests found
...@@ -136,6 +136,7 @@ spec: ...@@ -136,6 +136,7 @@ spec:
memory: {{ calico_node_memory_requests }} memory: {{ calico_node_memory_requests }}
livenessProbe: livenessProbe:
httpGet: httpGet:
host: 127.0.0.1
path: /liveness path: /liveness
port: 9099 port: 9099
periodSeconds: 10 periodSeconds: 10
...@@ -143,6 +144,7 @@ spec: ...@@ -143,6 +144,7 @@ spec:
failureThreshold: 6 failureThreshold: 6
readinessProbe: readinessProbe:
httpGet: httpGet:
host: 127.0.0.1
path: /readiness path: /readiness
port: 9099 port: 9099
periodSeconds: 10 periodSeconds: 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment