REFACTOR(resources): remove cpu limits

- to prevent throttling
Removed CPU limits from all infrastructure components while keeping
memory limits for protection:

- cnpg: removed 500m CPU limit
- external-secrets: removed 200m, 100m CPU limits (operator, webhook,
  certController)
- falco: removed 500m CPU limit (falcosidekick webui)
- vault: removed 500m CPU limit
- velero: removed 500m, 1000m CPU limits (server, node-agent)

Benefits:
-  Prevents CPU throttling
-  Better performance and lower latency
-  More efficient resource utilization
-  Simpler management (only requests to tune)

Memory limits are kept to prevent memory leaks and OOM issues.
This commit is contained in:
2025-12-26 11:27:47 +09:00
parent b7d3c5bab1
commit 100b7be198
3 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ server:
cpu: 50m
memory: 128Mi
limits:
cpu: 500m
# cpu: removed to prevent throttling
memory: 512Mi
# Ingress 설정