REFACTOR(trivy): remove Trivy scan job CPU limit

- Remove CPU limit to prevent throttling
- Optimize scan job performance
This commit is contained in:
2026-01-03 00:08:44 +09:00
parent ede767498d
commit 589b98a875

View File

@@ -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
# 스캔 작업 설정 # 스캔 작업 설정