diff --git a/blue-green/values.yaml b/blue-green/values.yaml index 5c68e21..901e781 100644 --- a/blue-green/values.yaml +++ b/blue-green/values.yaml @@ -2,7 +2,7 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. -replicaCount: 2 +replicaCount: 4 image: repository: gcr.io/heptio-images/ks-guestbook-demo diff --git a/helm-guestbook/values.yaml b/helm-guestbook/values.yaml index 642921f..85504f6 100644 --- a/helm-guestbook/values.yaml +++ b/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: 3 image: repository: gcr.io/heptio-images/ks-guestbook-demo