change # of replicas

This commit is contained in:
roytman@il.ibm.com 2018-10-03 17:57:53 +03:00
parent 350187ab3c
commit 544a0a08c9
1 changed files with 1 additions and 1 deletions

View File

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