Updated cartservice.yaml to have more replicas and more memory
This commit is contained in:
parent
334f50b5e6
commit
f6933f3ebc
1 changed files with 3 additions and 2 deletions
|
@ -18,6 +18,7 @@ metadata:
|
|||
name: cartservice
|
||||
spec:
|
||||
revisionHistoryLimit: 1
|
||||
replicas: 10
|
||||
selector:
|
||||
matchLabels:
|
||||
app: cartservice
|
||||
|
@ -42,10 +43,10 @@ spec:
|
|||
resources:
|
||||
requests:
|
||||
cpu: 200m
|
||||
memory: 64Mi
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 300m
|
||||
memory: 128Mi
|
||||
memory: 256Mi
|
||||
readinessProbe:
|
||||
initialDelaySeconds: 15
|
||||
exec:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue