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.
1 parent 2ddc14f commit 25b9606Copy full SHA for 25b9606
config/manager/manager.yaml
@@ -65,10 +65,10 @@ spec:
65
periodSeconds: 10
66
resources:
67
limits:
68
- cpu: 500m
69
- memory: 128Mi
+ cpu: "1"
+ memory: 1Gi
70
requests:
71
- cpu: 10m
72
- memory: 64Mi
73
serviceAccountName: controller-manager
74
terminationGracePeriodSeconds: 10
0 commit comments