PERF(argocd): increase repo-server CPU limit

- Double CPU limit from 84m to 168m to reduce throttling
This commit is contained in:
2026-01-12 01:25:39 +09:00
parent 11a945011f
commit be072c84d6

View File

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