replicas to 1

This commit is contained in:
roytman@il.ibm.com 2018-10-03 10:09:13 +03:00
parent 22db1dba1a
commit b3816e3335
1 changed files with 1 additions and 1 deletions

View File

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