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

@@ -72,7 +72,7 @@ controller:
cpu: 126m
memory: 1700Mi
limits:
memory: 2500Mi
memory: 1700Mi
# =============================================================================
# API SERVER (Deployment)
@@ -101,7 +101,7 @@ server:
cpu: 15m
memory: 138Mi
limits:
memory: 207Mi
memory: 138Mi
# =============================================================================
# REPO SERVER (Deployment)
@@ -119,7 +119,7 @@ repoServer:
cpu: 15m
memory: 640Mi
limits:
memory: 960Mi
memory: 640Mi
# =============================================================================
# REDIS (Deployment)
@@ -130,7 +130,7 @@ redis:
cpu: 15m
memory: 100Mi
limits:
memory: 150Mi
memory: 100Mi
# =============================================================================
# DEX (OIDC) - Disabled (using Authelia instead)