Updated cartservice.yaml to have more replicas and more memory

This commit is contained in:
asamanta 2019-07-09 17:53:06 -04:00
parent 334f50b5e6
commit f6933f3ebc

View file

@ -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: