File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -233,11 +233,11 @@ spec:
233
233
periodSeconds : 10
234
234
resources :
235
235
limits :
236
- cpu : 500m
237
- memory : 128Mi
236
+ cpu : 1000m
237
+ memory : 256Mi
238
238
requests :
239
- cpu : 10m
240
- memory : 64Mi
239
+ cpu : 50m
240
+ memory : 128Mi
241
241
securityContext :
242
242
allowPrivilegeEscalation : false
243
243
capabilities :
Original file line number Diff line number Diff line change @@ -91,10 +91,10 @@ spec:
91
91
# More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
92
92
resources :
93
93
limits :
94
- cpu : 500m
95
- memory : 128Mi
94
+ cpu : 1000m
95
+ memory : 256Mi
96
96
requests :
97
- cpu : 10m
98
- memory : 64Mi
97
+ cpu : 50m
98
+ memory : 128Mi
99
99
serviceAccountName : controller-manager
100
100
terminationGracePeriodSeconds : 10
You can’t perform that action at this time.
0 commit comments