Browse Source

Merge eaf31fe75e into 53e28ff20c

pull/128/merge
JackHe 3 years ago
committed by GitHub
parent
commit
a2cc13b982
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      helm-guestbook/values.yaml
  2. 2
      helm-hooks/manifests.yaml

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

2
helm-hooks/manifests.yaml

@ -38,7 +38,7 @@ kind: ReplicaSet
metadata:
name: frontend
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
tier: frontend

Loading…
Cancel
Save