Skip to content

Commit 2436386

Browse files
committed
increase memory for backend and temporal
1 parent 15b0a01 commit 2436386

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

deployments/openshift/kustomize/base/backend-services/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,10 @@ spec:
289289
mountPath: /var/log/app
290290
resources:
291291
requests:
292-
memory: "256Mi"
292+
memory: "1Gi"
293293
cpu: "100m"
294294
limits:
295-
memory: "512Mi"
295+
memory: "1536Mi"
296296
cpu: "500m"
297297
livenessProbe:
298298
httpGet:

deployments/openshift/kustomize/base/temporal/temporal-worker-deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ spec:
176176
mountPath: /var/log/app
177177
resources:
178178
requests:
179-
memory: "256Mi"
179+
memory: "768Mi"
180180
cpu: "100m"
181181
limits:
182-
memory: "512Mi"
182+
memory: "1Gi"
183183
cpu: "500m"
184184
livenessProbe:
185185
httpGet:

0 commit comments

Comments
 (0)