Browse Source

Update guestbook-ui-deployment.yaml

pull/45/head
Ken Petti 5 years ago
committed by GitHub
parent
commit
fbd53bd476
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      guestbook/guestbook-ui-deployment.yaml

4
guestbook/guestbook-ui-deployment.yaml

@ -3,7 +3,7 @@ kind: Deployment
metadata: metadata:
name: guestbook-ui name: guestbook-ui
spec: spec:
replicas: 10 replicas: 3
revisionHistoryLimit: 3 revisionHistoryLimit: 3
selector: selector:
matchLabels: matchLabels:
@ -14,7 +14,7 @@ spec:
app: guestbook-ui app: guestbook-ui
spec: spec:
containers: containers:
- image: gcr.io/heptio-images/ks-guestbook-demo:0.1 - image: gcr.io/heptio-images/ks-guestbook-demo:0.3
name: guestbook-ui name: guestbook-ui
ports: ports:
- containerPort: 80 - containerPort: 80

Loading…
Cancel
Save