From 0847fc974ca7b034f9994e112cbe1f43d43fe444 Mon Sep 17 00:00:00 2001 From: Morris Swertz Date: Thu, 21 Nov 2024 09:40:28 +0100 Subject: [PATCH] build: reduce preview resource requirements (#4507) --- helm-chart/templates/deployment.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/helm-chart/templates/deployment.yaml b/helm-chart/templates/deployment.yaml index a2758ae421..947b7696d3 100644 --- a/helm-chart/templates/deployment.yaml +++ b/helm-chart/templates/deployment.yaml @@ -27,7 +27,7 @@ spec: limits: memory: "2Gi" requests: - memory: "500Mi" + memory: "256Mi" ports: - containerPort: 8080 env: @@ -74,9 +74,9 @@ spec: - max_locks_per_transaction=1024 resources: limits: - memory: "1Gi" + memory: "512Mi" requests: - memory: "256Mi" + memory: "128Mi" env: - name: POSTGRES_DB value: {{ .Values.postgres.name }} @@ -102,9 +102,9 @@ spec: imagePullPolicy: {{ .Values.image.pullPolicy }} resources: limits: - memory: "1Gi" + memory: "128Mi" requests: - memory: "256Mi" + memory: "64Mi" ports: - containerPort: 3000 env: