Skip to content
Snippets Groups Projects
Commit a6dc50e7 authored by Maxime Guyot's avatar Maxime Guyot Committed by Kubernetes Prow Robot
Browse files

Add host information for canal readiness probe (#4548)

parent f69b5f7f
No related branches found
No related tags found
No related merge requests found
......@@ -249,6 +249,7 @@ spec:
privileged: true
livenessProbe:
httpGet:
host: 127.0.0.1
path: /liveness
port: 9099
periodSeconds: 10
......@@ -257,6 +258,7 @@ spec:
readinessProbe:
{% if calico_version is version('v3.3.0', '<')%}
httpGet:
host: 127.0.0.1
path: /readiness
port: 9099
{% else %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment