FIX(falco): explicitly set cpu limit to null
- Helm chart has default CPU limit of 1000m - Must explicitly set to null to remove it
This commit is contained in:
@@ -18,6 +18,7 @@ resources:
|
|||||||
cpu: 34m
|
cpu: 34m
|
||||||
memory: 93Mi
|
memory: 93Mi
|
||||||
limits:
|
limits:
|
||||||
|
cpu: null
|
||||||
memory: 177Mi
|
memory: 177Mi
|
||||||
|
|
||||||
# Falco configuration
|
# Falco configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user