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:
Story Crater Bot
2026-08-18 15:08:02 -07:00
parent a77e2b6579
commit cd861a75e6
+5 -2
View File
@@ -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