REFACTOR(trivy): remove Trivy scan job CPU limit
- Remove CPU limit to prevent throttling - Optimize scan job performance
This commit is contained in:
@@ -52,7 +52,7 @@ trivy:
|
||||
cpu: 50m
|
||||
memory: 100M
|
||||
limits:
|
||||
cpu: 500m
|
||||
# cpu: removed to prevent throttling
|
||||
memory: 500M
|
||||
|
||||
# 스캔 작업 설정
|
||||
|
||||
Reference in New Issue
Block a user