PERF(argocd,gitea): remove CPU limits for stability

- Remove CPU limits from all ArgoCD components
- Remove CPU limits from Gitea
- Prevents CPU throttling issues
This commit is contained in:
2026-01-12 02:05:25 +09:00
parent 59a0ed6327
commit 6431c855ef
2 changed files with 5 additions and 10 deletions

View File

@@ -103,14 +103,13 @@ ingress:
- github0213.com
# =============================================================================
# RESOURCES (VPA lowerBound/upperBound)
# RESOURCES (no CPU limit for stability)
# =============================================================================
resources:
requests:
cpu: 15m
memory: 247Mi
limits:
cpu: 46m
memory: 333Mi
# =============================================================================