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

- Align memory limits with memory requests for guaranteed QoS class
- argocd: controller, server, repoServer, redis
- traefik: main container
- cert-manager: main, webhook, cainjector
- argocd-image-updater: main container
This commit is contained in:
2026-01-09 14:05:53 +09:00
parent 2d5abed20a
commit 56af1a9a17
4 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ resources:
cpu: 15m
memory: 64Mi
limits:
memory: 96Mi
memory: 64Mi
webhook:
replicaCount: 2
@@ -20,7 +20,7 @@ webhook:
cpu: 15m
memory: 64Mi
limits:
memory: 96Mi
memory: 64Mi
# Affinity - Soft Anti-Affinity to spread pods across nodes
affinity:
podAntiAffinity:
@@ -39,7 +39,7 @@ cainjector:
cpu: 15m
memory: 64Mi
limits:
memory: 96Mi
memory: 64Mi
# Affinity - Soft Anti-Affinity to spread pods across nodes
affinity:
podAntiAffinity: