Browse Source

chore(guestbook): reduce number of replicas to 1

pull/87/head
Dale Marshall 4 years ago
parent
commit
c0d95cd945
  1. 2
      guestbook/guestbook-ui-deployment.yaml

2
guestbook/guestbook-ui-deployment.yaml

@ -3,7 +3,7 @@ kind: Deployment
metadata: metadata:
name: guestbook-ui name: guestbook-ui
spec: spec:
replicas: 2 replicas: 1
revisionHistoryLimit: 3 revisionHistoryLimit: 3
selector: selector:
matchLabels: matchLabels:

Loading…
Cancel
Save