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
This commit is contained in:
2026-01-09 14:05:54 +09:00
parent 21d1367098
commit ab5d432f5c
7 changed files with 7 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ resources:
cpu: 15m
memory: 512Mi
limits:
memory: 768Mi
memory: 512Mi
# Security context
securityContext:

View File

@@ -36,7 +36,7 @@ controllers:
cpu: 15m
memory: 100Mi
limits:
memory: 150Mi
memory: 100Mi
probes:
liveness:
enabled: true

View File

@@ -106,7 +106,7 @@ resources:
cpu: 15m
memory: 100Mi
limits:
memory: 150Mi
memory: 100Mi
# =============================================================================
# POD CONFIGURATION

View File

@@ -24,7 +24,7 @@ resources:
cpu: 15m
memory: 100Mi
limits:
memory: 150Mi
memory: 100Mi
ingress:
enabled: true

View File

@@ -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:

View File

@@ -48,7 +48,7 @@ controllers:
cpu: 15m
memory: 150Mi
limits:
memory: 225Mi
memory: 150Mi
probes:
startup:
enabled: true

View File

@@ -42,7 +42,7 @@ resources:
cpu: 15m
memory: 384Mi
limits:
memory: 576Mi
memory: 384Mi
replicaCount: 2