Skip to content

Commit

Permalink
Revert "Introduce default cpu limits for securely blocker, secrule co…
Browse files Browse the repository at this point in the history
…nfigurator and filebeat"

This reverts commit ed381be.
  • Loading branch information
Jochem Bruijns committed Oct 2, 2023
1 parent 876a2e5 commit 3471013
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions charts/securely-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ securely_blocker:
cpu: "10m"
memory: "30Mi"
limits:
cpu: "250m"
memory: "250Mi"
extraVolumeMounts: []

Expand All @@ -54,7 +53,6 @@ securely_secruleconfigurator:
cpu: "10m"
memory: "30Mi"
limits:
cpu: "250m"
memory: "250Mi"
extraVolumeMounts: []

Expand All @@ -70,7 +68,6 @@ filebeat:
cpu: "50m"
memory: "120Mi"
limits:
cpu: "500m"
memory: "500Mi"
extraVolumeMounts: []

Expand Down

0 comments on commit 3471013

Please sign in to comment.