fix: give Rancher more time to pass startup probe during upgrades
Deploy Cluster / Terraform (push) Successful in 28s
Deploy Cluster / Ansible (push) Successful in 18m59s

Rancher needs longer than the chart default 2-minute startup probe budget on
this cluster while it restores local catalogs and finishes API startup. Extend
the startup probe failure threshold so Helm upgrades can complete instead of
restarting the new pod before it becomes ready.
This commit is contained in:
2026-04-23 01:44:25 +00:00
parent a7d540ca65
commit a7f11ccf94
@@ -37,6 +37,10 @@ spec:
limits: limits:
cpu: 1000m cpu: 1000m
memory: 1Gi memory: 1Gi
startupProbe:
timeoutSeconds: 5
periodSeconds: 10
failureThreshold: 60
affinity: affinity:
nodeAffinity: nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution: requiredDuringSchedulingIgnoredDuringExecution: