From f491695735e4690d4bc7031112550a6e7b66cac5 Mon Sep 17 00:00:00 2001 From: brandon Date: Tue, 13 Apr 2021 13:28:26 -0400 Subject: [PATCH] setweight --- helm-guestbook/templates/rollout.yaml | 1 + helm-guestbook/values.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/helm-guestbook/templates/rollout.yaml b/helm-guestbook/templates/rollout.yaml index 91f62b0..3a5e493 100644 --- a/helm-guestbook/templates/rollout.yaml +++ b/helm-guestbook/templates/rollout.yaml @@ -80,4 +80,5 @@ spec: - name: service-name value: {{ template "helm-guestbook.fullname" . }} # Pauses indefinitely until manually resumed + - setWeight: 50 - pause: {} diff --git a/helm-guestbook/values.yaml b/helm-guestbook/values.yaml index b7baded..2caca44 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