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
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user