Skip to content
Snippets Groups Projects
Unverified Commit 958840da authored by Vladimir's avatar Vladimir Committed by GitHub
Browse files

Add var for control initialDelaySeconds in nginx ingress probe (#9405)

parent 15304112
No related branches found
No related tags found
No related merge requests found
......@@ -16,3 +16,5 @@ ingress_nginx_termination_grace_period_seconds: 300
# ingress_nginx_class: nginx
ingress_nginx_webhook_enabled: false
ingress_nginx_webhook_job_ttl: 1800
ingress_nginx_probe_initial_delay_seconds: 10
\ No newline at end of file
......@@ -112,7 +112,7 @@ spec:
path: /healthz
port: 10254
scheme: HTTP
initialDelaySeconds: 10
initialDelaySeconds: {{ ingress_nginx_probe_initial_delay_seconds }}
periodSeconds: 10
timeoutSeconds: 5
successThreshold: 1
......@@ -122,7 +122,7 @@ spec:
path: /healthz
port: 10254
scheme: HTTP
initialDelaySeconds: 10
initialDelaySeconds: {{ ingress_nginx_probe_initial_delay_seconds }}
periodSeconds: 10
timeoutSeconds: 5
successThreshold: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment