Skip to content
Snippets Groups Projects
Commit bf5582b0 authored by Antoine Legrand's avatar Antoine Legrand
Browse files

Merge pull request #127 from ansibl8s/increase_timeout

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