mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 03:37:36 +03:00
Enable weave upgrade from previous versions
Raise readiness probe initial time to 60 (was 30)
This commit is contained in:
@@ -54,7 +54,7 @@ spec:
|
||||
value: {{ weave_expose_ip }}
|
||||
{% endif %}
|
||||
livenessProbe:
|
||||
initialDelaySeconds: 30
|
||||
initialDelaySeconds: 60
|
||||
httpGet:
|
||||
host: 127.0.0.1
|
||||
path: /status
|
||||
|
||||
Reference in New Issue
Block a user