REFACTOR(trivy): remove trivy-ui CPU limit

- Remove CPU limit to prevent throttling
- Optimize resource configuration
This commit is contained in:
2026-01-02 23:15:18 +09:00
parent 1a551b47ca
commit e1ecf43096

View File

@@ -76,6 +76,7 @@ spec:
cpu: 50m
memory: 64Mi
limits:
cpu: null # Prevent CPU throttling
memory: 128Mi
env: