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