Skip to content

Commit

Permalink
increase operator memory limit to 300M
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Feb 11, 2022
1 parent b9e6d8e commit 3a18b5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bundle/manifests/3scale-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -380,10 +380,10 @@ spec:
resources:
limits:
cpu: 100m
memory: 100Mi
memory: 300Mi
requests:
cpu: 100m
memory: 100Mi
memory: 300Mi
serviceAccountName: 3scale-operator
terminationGracePeriodSeconds: 10
permissions:
Expand Down
4 changes: 2 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ spec:
resources:
limits:
cpu: 100m
memory: 100Mi
memory: 300Mi
requests:
cpu: 100m
memory: 100Mi
memory: 300Mi
env:
- name: WATCH_NAMESPACE
valueFrom:
Expand Down

0 comments on commit 3a18b5e

Please sign in to comment.