fix: Increase atlantis startup probe failiure threshold to 10

This commit is contained in:
2025-07-07 15:07:49 +02:00
parent bbeb0a48af
commit 41b769205b
@@ -45,6 +45,7 @@ spec:
path: /healthz path: /healthz
port: http port: http
initialDelaySeconds: 30 initialDelaySeconds: 30
failureThreshold: 10
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthz path: /healthz