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: