Set replicas to 2

This commit is contained in:
roytman@il.ibm.com 2018-10-01 21:13:52 +03:00
parent d9c52b4c89
commit 509dd67cbd
1 changed files with 1 additions and 1 deletions

View File

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