From 48e6cd2519319cad7bfc217b713eb7f45ee0eca1 Mon Sep 17 00:00:00 2001 From: Max Kadel Date: Wed, 21 Jan 2026 12:51:56 +0100 Subject: [PATCH] Increase limits and requests - updated minimums for Rails apps --- chart/templates/setup-job.yaml | 8 ++++---- ops/friends-deploy.tmpl.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chart/templates/setup-job.yaml b/chart/templates/setup-job.yaml index 877ac3b9..0271aa64 100644 --- a/chart/templates/setup-job.yaml +++ b/chart/templates/setup-job.yaml @@ -35,11 +35,11 @@ spec: - name: setup resources: limits: - memory: "2Gi" - cpu: "1000m" + memory: 2Gi + cpu: 1 requests: - memory: "1Gi" - cpu: "100m" + memory: 1Gi + cpu: 100m image: {{ .Values.rails.image.repository }}:{{ .Values.rails.image.tag }} volumeMounts: - mountPath: /app/public/assets diff --git a/ops/friends-deploy.tmpl.yaml b/ops/friends-deploy.tmpl.yaml index 9bffbcef..cd3b29c0 100644 --- a/ops/friends-deploy.tmpl.yaml +++ b/ops/friends-deploy.tmpl.yaml @@ -14,11 +14,11 @@ web: replicaCount: 1 resources: limits: - memory: "2Gi" - cpu: "1000m" + memory: 4Gi + cpu: 1 requests: - memory: "1Gi" - cpu: "100m" + memory: 2Gi + cpu: 100m rails: image: