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
|
cpu: 50m
|
||||||
memory: 64Mi
|
memory: 64Mi
|
||||||
limits:
|
limits:
|
||||||
|
cpu: null # Prevent CPU throttling
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user