Explorar el Código

cloudflared livenessprobe failureThreshold=3

Josh Bicking hace 1 semana
padre
commit
9f431e4817
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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