update deployment requests and add memory limit
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 9s

This commit is contained in:
matst80
2024-11-12 12:12:29 +01:00
parent fd4ce5455f
commit 37a3a7e2d2

View File

@@ -5,7 +5,7 @@ metadata:
app: cart-actor app: cart-actor
name: cart-actor name: cart-actor
spec: spec:
replicas: 2 replicas: 3
selector: selector:
matchLabels: matchLabels:
app: cart-actor app: cart-actor
@@ -72,9 +72,11 @@ spec:
- mountPath: "/data" - mountPath: "/data"
name: data name: data
resources: resources:
limits:
memory: "768Mi"
requests: requests:
memory: "70Mi" memory: "70Mi"
cpu: "40m" cpu: "1200m"
env: env:
- name: TZ - name: TZ
value: "Europe/Stockholm" value: "Europe/Stockholm"