PERF(argocd): increase repo-server probe timeout to 5s
- Increase liveness/readiness probe timeout from 1s to 5s - Prevents false probe failures under high manifest generation load
This commit is contained in:
@@ -130,6 +130,14 @@ repoServer:
|
||||
limits:
|
||||
memory: 1310Mi
|
||||
|
||||
# Probe settings (increase timeout for stability under load)
|
||||
livenessProbe:
|
||||
enabled: true
|
||||
timeoutSeconds: 5
|
||||
readinessProbe:
|
||||
enabled: true
|
||||
timeoutSeconds: 5
|
||||
|
||||
# =============================================================================
|
||||
# REDIS (Deployment)
|
||||
# =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user