浏览代码

cloudflared livenessprobe failureThreshold=3

Josh Bicking 1 周之前
父节点
当前提交
9f431e4817
共有 1 个文件被更改,包括 1 次插入1 次删除
  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