Skip to content

Commit

Permalink
Merge pull request #95 from projectsyn/fix/update-olm-operator-limits
Browse files Browse the repository at this point in the history
Update olm-operator resource limits
  • Loading branch information
DebakelOrakel authored Dec 6, 2023
2 parents 8e9dbe2 + a20c08c commit 8fe7b7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ parameters:
memory: 250Mi
limits:
cpu: 100m
memory: 250Mi
memory: 500Mi

charts:
cilium:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
resources:
limits:
cpu: 100m
memory: 250Mi
memory: 500Mi
requests:
cpu: 100m
memory: 250Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ spec:
resources:
limits:
cpu: 100m
memory: 250Mi
memory: 500Mi
requests:
cpu: 100m
memory: 250Mi
Expand Down

0 comments on commit 8fe7b7e

Please sign in to comment.