REFACTOR(trivy): remove trivy-ui CPU limit
- Remove CPU limit to prevent throttling - Optimize resource configuration
This commit is contained in:
@@ -76,6 +76,7 @@ spec:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: null # Prevent CPU throttling
|
||||
memory: 128Mi
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user