Browse Source

Merge 3ec1be06f0 into 53e28ff20c

pull/60/merge
Joonianry 4 years ago
committed by GitHub
parent
commit
d6552ff9b0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      guestbook/guestbook-ui-deployment.yaml
  2. 2
      helm-guestbook/values.yaml

2
guestbook/guestbook-ui-deployment.yaml

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

2
helm-guestbook/values.yaml

@ -2,7 +2,7 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
replicaCount: 2
image:
repository: gcr.io/heptio-images/ks-guestbook-demo

Loading…
Cancel
Save