REFACTOR(falco): remove CPU limit
- Set cpu: null to override chart default (1 core) - Prevents CPU throttling under high load
This commit is contained in:
@@ -18,6 +18,7 @@ resources:
|
|||||||
cpu: 30m
|
cpu: 30m
|
||||||
memory: 256Mi
|
memory: 256Mi
|
||||||
limits:
|
limits:
|
||||||
|
cpu: null # Remove CPU limit to prevent throttling (chart default is 1 core)
|
||||||
memory: 512Mi # Prevent OOM
|
memory: 512Mi # Prevent OOM
|
||||||
|
|
||||||
# Falco configuration
|
# Falco configuration
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ trivy:
|
|||||||
cpu: 50m
|
cpu: 50m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
# cpu: removed to prevent throttling
|
cpu: null # Remove CPU limit to prevent throttling (chart default is 500m)
|
||||||
memory: 768Mi # Increased from 500M to prevent OOM during scans
|
memory: 768Mi # Increased from 500M to prevent OOM during scans
|
||||||
|
|
||||||
# 스캔 작업 설정
|
# 스캔 작업 설정
|
||||||
|
|||||||
Reference in New Issue
Block a user