We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d1fd12 + 473c94d commit 6901f6cCopy full SHA for 6901f6c
1 file changed
config/manager/manager.yaml
@@ -50,14 +50,12 @@ spec:
50
resources:
51
limits:
52
cpu: 500m
53
- # The controllers cache cluster-wide Secrets/ConfigMaps; on a
54
- # cluster with ~33k secrets the cold-start LIST spike exceeded
55
- # 512Mi (and 2Gi), OOMKilling a fresh pod. 4Gi covers the spike.
56
- # TODO: scope the cache (cache.Options.ByObject -> user-argocd)
57
- # so this no longer scales with total cluster secret count.
58
- memory: 4Gi
+ # Since v0.5.1 the Secret/ConfigMap caches are scoped to
+ # user-argocd (cache.Options.ByObject), so steady-state usage is
+ # ~30Mi regardless of cluster size. 512Mi is ample headroom.
+ memory: 512Mi
59
requests:
60
cpu: 100m
61
- memory: 512Mi
+ memory: 128Mi
62
serviceAccountName: controller-manager
63
terminationGracePeriodSeconds: 10
0 commit comments