Ver Fonte

cloudflared livenessprobe failureThreshold=3

Josh Bicking há 1 semana atrás
pai
commit
9f431e4817
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      argocd/infra/cloudflared/cloudflared.yaml

+ 1 - 1
argocd/infra/cloudflared/cloudflared.yaml

@@ -30,7 +30,7 @@ spec:
           httpGet:
             path: /ready
             port: 2000
-          failureThreshold: 1
+          failureThreshold: 3
           initialDelaySeconds: 10
           periodSeconds: 10
           timeoutSeconds: 5