PERF(argocd): increase repo-server CPU limit to 500m

- Previous 168m limit caused liveness probe failures due to throttling
- Increase to 500m to ensure stable operation during manifest generation
This commit is contained in:
2026-01-12 01:33:52 +09:00
parent be072c84d6
commit 1bc778bb11

View File

@@ -130,7 +130,7 @@ repoServer:
cpu: 15m cpu: 15m
memory: 225Mi memory: 225Mi
limits: limits:
cpu: 168m cpu: 500m
memory: 1310Mi memory: 1310Mi
# ============================================================================= # =============================================================================