diff options
Diffstat (limited to 'f3s')
| -rw-r--r-- | f3s/argocd/values.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/f3s/argocd/values.yaml b/f3s/argocd/values.yaml index 7e225f2..ad30bfb 100644 --- a/f3s/argocd/values.yaml +++ b/f3s/argocd/values.yaml @@ -52,6 +52,13 @@ server: # Repo Server configuration (clones repos, generates manifests) repoServer: replicas: 1 + # Increase liveness probe timeout to prevent restarts during slow health checks + livenessProbe: + timeoutSeconds: 5 + failureThreshold: 5 + readinessProbe: + timeoutSeconds: 5 + failureThreshold: 5 # Enable persistence for repo cache - mount PVC at /home/argocd/repo-cache volumes: - name: repo-server-data |
