Skip to content

Commit

Permalink
remove CPU limit, increase RAM limit (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
razvan-moj committed Sep 29, 2022
1 parent 38e6b4f commit b6fd364
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions templates/values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,9 @@ controller:

resources:
limits:
cpu: 500m
memory: 4Gi
memory: 8Gi
requests:
cpu: 100m
memory: 100Mi
memory: 512Mi

config:
enable-modsecurity: ${enable_modsec}
Expand Down

0 comments on commit b6fd364

Please sign in to comment.