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:
@@ -46,7 +46,7 @@ resources:
|
|||||||
cpu: 15m
|
cpu: 15m
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 768Mi
|
memory: 512Mi
|
||||||
|
|
||||||
# Security context
|
# Security context
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ controllers:
|
|||||||
cpu: 15m
|
cpu: 15m
|
||||||
memory: 100Mi
|
memory: 100Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 150Mi
|
memory: 100Mi
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ resources:
|
|||||||
cpu: 15m
|
cpu: 15m
|
||||||
memory: 100Mi
|
memory: 100Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 150Mi
|
memory: 100Mi
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# POD CONFIGURATION
|
# POD CONFIGURATION
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ resources:
|
|||||||
cpu: 15m
|
cpu: 15m
|
||||||
memory: 100Mi
|
memory: 100Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 150Mi
|
memory: 100Mi
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ controllers:
|
|||||||
cpu: 15m
|
cpu: 15m
|
||||||
memory: 100Mi
|
memory: 100Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 150Mi
|
memory: 100Mi
|
||||||
pod:
|
pod:
|
||||||
# Affinity - Soft Anti-Affinity to spread pods across nodes
|
# Affinity - Soft Anti-Affinity to spread pods across nodes
|
||||||
affinity:
|
affinity:
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ controllers:
|
|||||||
cpu: 15m
|
cpu: 15m
|
||||||
memory: 150Mi
|
memory: 150Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 225Mi
|
memory: 150Mi
|
||||||
probes:
|
probes:
|
||||||
startup:
|
startup:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ resources:
|
|||||||
cpu: 15m
|
cpu: 15m
|
||||||
memory: 384Mi
|
memory: 384Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 576Mi
|
memory: 384Mi
|
||||||
|
|
||||||
replicaCount: 2
|
replicaCount: 2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user