Skip to content

Commit

Permalink
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -47,7 +47,12 @@ spec:
httpGet:
host: 127.0.0.1
path: /healthz
{% if kube_version is version('v1.23', '>=') %}
port: 10259
scheme: HTTPS
{% else %}
port: 10251
{% endif %}
initialDelaySeconds: 30
timeoutSeconds: 10
volumeMounts:

0 comments on commit 0ed4e99

Please sign in to comment.