Skip to content

Commit 1dd8d67

Browse files
authored
Remove Resource Limits (#290)
Signed-off-by: dtfranz <[email protected]>
1 parent 83d0403 commit 1dd8d67

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

config/default/manager_auth_proxy_patch.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ spec:
4242
protocol: TCP
4343
name: https
4444
resources:
45-
limits:
46-
cpu: 500m
47-
memory: 128Mi
4845
requests:
4946
cpu: 5m
5047
memory: 64Mi

config/manager/manager.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ spec:
9292
# TODO(user): Configure the resources accordingly based on the project requirements.
9393
# More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
9494
resources:
95-
limits:
96-
cpu: 500m
97-
memory: 128Mi
9895
requests:
9996
cpu: 10m
10097
memory: 64Mi

0 commit comments

Comments
 (0)