Skip to content

Commit a187aa6

Browse files
authored
Merge pull request #301 from gardener/remove-cpu-limits
Remove CPU limits for Falco pod
2 parents 1f9eaf7 + b9171ef commit a187aa6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/internal/falco/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ resources:
9797
# If you are enabling more than one source in falco, than consider to increase
9898
# the cpu limits.
9999
limits:
100-
cpu: 1000m
100+
# cpu: 1000m
101101
memory: 1024Mi
102102
# -- Selectors used to deploy Falco on a given node/nodes.
103103
nodeSelector: {}
@@ -1666,4 +1666,4 @@ gardenerExtensionShootFalcoService:
16661666
shoot_custom_rules: []
16671667

16681668
# directories where shoot cluster Falco rules are mounted
1669-
rules_files_source: []
1669+
rules_files_source: []

0 commit comments

Comments
 (0)