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:
2026-01-09 14:05:54 +09:00
parent 460c45497e
commit 7b006ad1bb
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

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