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
|
||||
memory: 93Mi
|
||||
limits:
|
||||
cpu: null
|
||||
memory: 177Mi
|
||||
|
||||
# Falco configuration
|
||||
|
||||
Reference in New Issue
Block a user