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:
@@ -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
|
||||
|
||||
# =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user