Joonianry
4 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
-
guestbook/guestbook-ui-deployment.yaml
-
helm-guestbook/values.yaml
|
@ -3,7 +3,7 @@ kind: Deployment |
|
|
metadata: |
|
|
metadata: |
|
|
name: guestbook-ui |
|
|
name: guestbook-ui |
|
|
spec: |
|
|
spec: |
|
|
replicas: 1 |
|
|
replicas: 2 |
|
|
revisionHistoryLimit: 3 |
|
|
revisionHistoryLimit: 3 |
|
|
selector: |
|
|
selector: |
|
|
matchLabels: |
|
|
matchLabels: |
|
|
|
@ -2,7 +2,7 @@ |
|
|
# This is a YAML-formatted file. |
|
|
# This is a YAML-formatted file. |
|
|
# Declare variables to be passed into your templates. |
|
|
# Declare variables to be passed into your templates. |
|
|
|
|
|
|
|
|
replicaCount: 1 |
|
|
replicaCount: 2 |
|
|
|
|
|
|
|
|
image: |
|
|
image: |
|
|
repository: gcr.io/heptio-images/ks-guestbook-demo |
|
|
repository: gcr.io/heptio-images/ks-guestbook-demo |
|
|