update deployment requests and add memory limit
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 9s
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 9s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user