REFACTOR(falco): use cpu: null
- to delete Helm chart default CPU limit... Following Helm best practice to override default values with null.
This commit is contained in:
@@ -32,6 +32,7 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 256Mi
|
memory: 256Mi
|
||||||
limits:
|
limits:
|
||||||
|
cpu: null # Delete Helm chart default CPU limit
|
||||||
memory: 1Gi
|
memory: 1Gi
|
||||||
|
|
||||||
# Falco configuration
|
# Falco configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user