Skip to content

Commit d925f7e

Browse files
authored
Increase operator memory limit (#65)
Increase the memory limit of the operator to reduce the occurrence of `OOMkilled` events because of Helm Operator caching
1 parent 1c6add2 commit d925f7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bundle/manifests/nginx-ingress-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ spec:
380380
resources:
381381
limits:
382382
cpu: 500m
383-
memory: 256Mi
383+
memory: 1Gi
384384
requests:
385385
cpu: 250m
386386
memory: 128Mi

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ spec:
8989
resources:
9090
limits:
9191
cpu: 500m
92-
memory: 256Mi
92+
memory: 1Gi
9393
requests:
9494
cpu: 250m
9595
memory: 128Mi

0 commit comments

Comments
 (0)