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
|
cpu: 50m
|
||||||
memory: 100M
|
memory: 100M
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
# cpu: removed to prevent throttling
|
||||||
memory: 500M
|
memory: 500M
|
||||||
|
|
||||||
# 스캔 작업 설정
|
# 스캔 작업 설정
|
||||||
|
|||||||
Reference in New Issue
Block a user