change # of replicas

This commit is contained in:
roytman@il.ibm.com 2018-10-03 22:41:23 +03:00
parent 3a048cba32
commit 623f24fcf3
1 changed files with 1 additions and 1 deletions

View File

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