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

@@ -17,7 +17,7 @@ pod:
cpu: 15m
memory: 256Mi
limits:
memory: 384Mi
memory: 256Mi
extraVolumes:
- name: users-database
configMap:
@@ -171,6 +171,6 @@ redis:
cpu: 10m
memory: 64Mi
limits:
memory: 128Mi
memory: 64Mi
# No persistence needed - using PostgreSQL