CHORE(resources): set memory limits equal to memory requests

- Align memory limits with memory requests for guaranteed QoS class
- falco: falcosidekick
- external-secrets: main, webhook, certController
- authelia: main, redis
This commit is contained in:
2026-01-09 14:05:54 +09:00
parent 4dc04bd904
commit 74d29aabfc
3 changed files with 8 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ resources:
memory: 64Mi
limits:
# cpu: removed to prevent throttling
memory: 256Mi
memory: 64Mi
# Webhook 설정
webhook:
@@ -22,7 +22,7 @@ webhook:
memory: 32Mi
limits:
# cpu: removed to prevent throttling
memory: 128Mi
memory: 32Mi
# CertController 설정
certController:
@@ -33,7 +33,7 @@ certController:
memory: 32Mi
limits:
# cpu: removed to prevent throttling
memory: 128Mi
memory: 32Mi
# 동시 실행 제한
concurrent: 3
@@ -54,7 +54,7 @@ webhook:
memory: 32Mi
limits:
# cpu: removed to prevent throttling
memory: 128Mi
memory: 32Mi
# Affinity - Soft Anti-Affinity to spread pods across nodes
affinity:
podAntiAffinity:
@@ -75,7 +75,7 @@ certController:
memory: 32Mi
limits:
# cpu: removed to prevent throttling
memory: 128Mi
memory: 32Mi
# Affinity - Soft Anti-Affinity to spread pods across nodes
affinity:
podAntiAffinity: