Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,12 @@ spec:
resources:
limits:
cpu: 500m
memory: 512Mi
# 512Mi was too small for the cold-start informer cache spike on
# large clusters (cluster-wide Secret/ConfigMap/Namespace caches),
# causing OOMKilled crash-loops on a fresh pod. Bumped for headroom.
memory: 2Gi
requests:
cpu: 100m
memory: 128Mi
memory: 512Mi
serviceAccountName: controller-manager
terminationGracePeriodSeconds: 10