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:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 256Mi
|
memory: 512Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
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:
|
tolerations:
|
||||||
- key: node-role.kubernetes.io/control-plane
|
- key: node-role.kubernetes.io/control-plane
|
||||||
operator: Exists
|
operator: Exists
|
||||||
|
|||||||
Reference in New Issue
Block a user