Browse Source

2 replicas for guestbook

pull/110/head
Thomas COUSIN 3 years ago
committed by GitHub
parent
commit
dad361b3c9
  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: 1 replicas: 2
revisionHistoryLimit: 3 revisionHistoryLimit: 3
selector: selector:
matchLabels: matchLabels:

Loading…
Cancel
Save