fix(argocd): raise repo-server memory 512Mi->1Gi — OOMKilled under CMP+Helm rendering caused chronic restarts, not-ready endpoint, and cluster-wide sync 'no route to host' failures
This commit is contained in:
@@ -78,10 +78,13 @@ repoServer:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
memory: 512Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
# 512Mi OOM-killed the container under CMP + Helm rendering of ~30 apps,
|
||||
# causing chronic restarts → not-ready → dropped Cilium backend → every
|
||||
# app's manifest comparison failed with "no route to host". 1Gi headroom.
|
||||
memory: 1Gi
|
||||
tolerations:
|
||||
- key: node-role.kubernetes.io/control-plane
|
||||
operator: Exists
|
||||
|
||||
Reference in New Issue
Block a user