diff --git a/charts/web-app/values.yaml b/charts/web-app/values.yaml index 6885e09..9b39d88 100644 --- a/charts/web-app/values.yaml +++ b/charts/web-app/values.yaml @@ -48,7 +48,7 @@ resources: memory: 80Mi cpu: 20m limits: - memory: 200Mi + memory: 80Mi # Health checks healthCheck: diff --git a/jotion/helm-values.yaml b/jotion/helm-values.yaml index c29055f..8af48b7 100644 --- a/jotion/helm-values.yaml +++ b/jotion/helm-values.yaml @@ -44,7 +44,7 @@ resources: memory: 128Mi cpu: 15m limits: - memory: 192Mi + memory: 128Mi healthCheck: enabled: true diff --git a/jovies/helm-values.yaml b/jovies/helm-values.yaml index 790baf8..e48c75f 100644 --- a/jovies/helm-values.yaml +++ b/jovies/helm-values.yaml @@ -41,7 +41,7 @@ resources: memory: 100Mi cpu: 15m limits: - memory: 150Mi + memory: 100Mi healthCheck: enabled: true diff --git a/portfolio/helm-values.yaml b/portfolio/helm-values.yaml index 2488160..2052b10 100644 --- a/portfolio/helm-values.yaml +++ b/portfolio/helm-values.yaml @@ -43,7 +43,7 @@ resources: memory: 100Mi cpu: 25m limits: - memory: 150Mi + memory: 100Mi healthCheck: enabled: true diff --git a/todo/helm-values.yaml b/todo/helm-values.yaml index 2a7b352..5c88409 100644 --- a/todo/helm-values.yaml +++ b/todo/helm-values.yaml @@ -44,7 +44,7 @@ resources: memory: 100Mi cpu: 15m limits: - memory: 150Mi + memory: 100Mi healthCheck: enabled: true