From ab5d432f5c11bce717a3b8721b93f5bbe9081d17 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 9 Jan 2026 14:05:54 +0900 Subject: [PATCH] CHORE(resources): set memory limits equal to memory requests - Align memory limits with memory requests for guaranteed QoS class - umami, code-server, docusaurus - gitea, homer, mas, headlamp --- code-server/helm-values.yaml | 2 +- docusaurus/helm-values.yaml | 2 +- gitea/helm-values.yaml | 2 +- headlamp/helm-values.yaml | 2 +- homer/helm-values.yaml | 2 +- mas/helm-values.yaml | 2 +- umami/helm-values.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/code-server/helm-values.yaml b/code-server/helm-values.yaml index b4c4758..610fe86 100644 --- a/code-server/helm-values.yaml +++ b/code-server/helm-values.yaml @@ -46,7 +46,7 @@ resources: cpu: 15m memory: 512Mi limits: - memory: 768Mi + memory: 512Mi # Security context securityContext: diff --git a/docusaurus/helm-values.yaml b/docusaurus/helm-values.yaml index 6ec0cca..7a52d86 100644 --- a/docusaurus/helm-values.yaml +++ b/docusaurus/helm-values.yaml @@ -36,7 +36,7 @@ controllers: cpu: 15m memory: 100Mi limits: - memory: 150Mi + memory: 100Mi probes: liveness: enabled: true diff --git a/gitea/helm-values.yaml b/gitea/helm-values.yaml index 1cfbb2c..a86c72e 100644 --- a/gitea/helm-values.yaml +++ b/gitea/helm-values.yaml @@ -106,7 +106,7 @@ resources: cpu: 15m memory: 100Mi limits: - memory: 150Mi + memory: 100Mi # ============================================================================= # POD CONFIGURATION diff --git a/headlamp/helm-values.yaml b/headlamp/helm-values.yaml index c361b04..b150749 100644 --- a/headlamp/helm-values.yaml +++ b/headlamp/helm-values.yaml @@ -24,7 +24,7 @@ resources: cpu: 15m memory: 100Mi limits: - memory: 150Mi + memory: 100Mi ingress: enabled: true diff --git a/homer/helm-values.yaml b/homer/helm-values.yaml index 0e30d49..a50c427 100644 --- a/homer/helm-values.yaml +++ b/homer/helm-values.yaml @@ -39,7 +39,7 @@ controllers: cpu: 15m memory: 100Mi limits: - memory: 150Mi + memory: 100Mi pod: # Affinity - Soft Anti-Affinity to spread pods across nodes affinity: diff --git a/mas/helm-values.yaml b/mas/helm-values.yaml index 50cdf88..8e69f2e 100644 --- a/mas/helm-values.yaml +++ b/mas/helm-values.yaml @@ -48,7 +48,7 @@ controllers: cpu: 15m memory: 150Mi limits: - memory: 225Mi + memory: 150Mi probes: startup: enabled: true diff --git a/umami/helm-values.yaml b/umami/helm-values.yaml index f2c8c9c..48948b8 100644 --- a/umami/helm-values.yaml +++ b/umami/helm-values.yaml @@ -42,7 +42,7 @@ resources: cpu: 15m memory: 384Mi limits: - memory: 576Mi + memory: 384Mi replicaCount: 2