JackHe
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
helm-guestbook/values.yaml
-
helm-hooks/manifests.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 |
|
|
|
|
|
@ -38,7 +38,7 @@ kind: ReplicaSet |
|
|
|
metadata: |
|
|
|
name: frontend |
|
|
|
spec: |
|
|
|
replicas: 1 |
|
|
|
replicas: 2 |
|
|
|
selector: |
|
|
|
matchLabels: |
|
|
|
tier: frontend |
|
|
|