FIX(security): remove CPU limits from falco and trivy
- falco: set cpu: null to disable chart default (1 core) - trivy: set cpu: null for operator and scan jobs (500m default)
This commit is contained in:
@@ -18,6 +18,7 @@ resources:
|
|||||||
cpu: 49m
|
cpu: 49m
|
||||||
memory: 263Mi
|
memory: 263Mi
|
||||||
limits:
|
limits:
|
||||||
|
cpu: null # Disable chart default (1 core)
|
||||||
memory: 263Mi
|
memory: 263Mi
|
||||||
|
|
||||||
# Falco configuration
|
# Falco configuration
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ operator:
|
|||||||
cpu: 50m
|
cpu: 50m
|
||||||
memory: 256Mi
|
memory: 256Mi
|
||||||
limits:
|
limits:
|
||||||
|
cpu: null # Disable chart default
|
||||||
memory: 384Mi
|
memory: 384Mi
|
||||||
|
|
||||||
# 스캔 설정
|
# 스캔 설정
|
||||||
@@ -60,6 +61,7 @@ trivy:
|
|||||||
cpu: 50m
|
cpu: 50m
|
||||||
memory: 256Mi
|
memory: 256Mi
|
||||||
limits:
|
limits:
|
||||||
|
cpu: null # Disable chart default (500m)
|
||||||
memory: 384Mi
|
memory: 384Mi
|
||||||
|
|
||||||
# 스캔 작업 설정
|
# 스캔 작업 설정
|
||||||
|
|||||||
Reference in New Issue
Block a user