CHORE(resources): set memory limits equal to memory requests
- Align memory limits with memory requests for guaranteed QoS class - jotion, jovies, portfolio, todo - web-app chart default values
This commit is contained in:
@@ -48,7 +48,7 @@ resources:
|
|||||||
memory: 80Mi
|
memory: 80Mi
|
||||||
cpu: 20m
|
cpu: 20m
|
||||||
limits:
|
limits:
|
||||||
memory: 200Mi
|
memory: 80Mi
|
||||||
|
|
||||||
# Health checks
|
# Health checks
|
||||||
healthCheck:
|
healthCheck:
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ resources:
|
|||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
cpu: 15m
|
cpu: 15m
|
||||||
limits:
|
limits:
|
||||||
memory: 192Mi
|
memory: 128Mi
|
||||||
|
|
||||||
healthCheck:
|
healthCheck:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ resources:
|
|||||||
memory: 100Mi
|
memory: 100Mi
|
||||||
cpu: 15m
|
cpu: 15m
|
||||||
limits:
|
limits:
|
||||||
memory: 150Mi
|
memory: 100Mi
|
||||||
|
|
||||||
healthCheck:
|
healthCheck:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ resources:
|
|||||||
memory: 100Mi
|
memory: 100Mi
|
||||||
cpu: 25m
|
cpu: 25m
|
||||||
limits:
|
limits:
|
||||||
memory: 150Mi
|
memory: 100Mi
|
||||||
|
|
||||||
healthCheck:
|
healthCheck:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ resources:
|
|||||||
memory: 100Mi
|
memory: 100Mi
|
||||||
cpu: 15m
|
cpu: 15m
|
||||||
limits:
|
limits:
|
||||||
memory: 150Mi
|
memory: 100Mi
|
||||||
|
|
||||||
healthCheck:
|
healthCheck:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user