Skip to content
Snippets Groups Projects
Commit 21b0a364 authored by ant31's avatar ant31
Browse files

Increase liveness timeout

parent f8ffe537
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,8 @@ spec:
host: 127.0.0.1
path: /healthz
port: 10252
initialDelaySeconds: 15
timeoutSeconds: 1
initialDelaySeconds: 30
timeoutSeconds: 10
volumeMounts:
- mountPath: {{ kube_cert_dir }}
name: ssl-certs-kubernetes
......
......@@ -18,5 +18,5 @@ spec:
host: 127.0.0.1
path: /healthz
port: 10251
initialDelaySeconds: 15
timeoutSeconds: 1
initialDelaySeconds: 30
timeoutSeconds: 10
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment