Browse Source

setweight

pull/82/head
brandon 4 years ago
parent
commit
f491695735
  1. 1
      helm-guestbook/templates/rollout.yaml
  2. 2
      helm-guestbook/values.yaml

1
helm-guestbook/templates/rollout.yaml

@ -80,4 +80,5 @@ spec:
- name: service-name - name: service-name
value: {{ template "helm-guestbook.fullname" . }} value: {{ template "helm-guestbook.fullname" . }}
# Pauses indefinitely until manually resumed # Pauses indefinitely until manually resumed
- setWeight: 50
- pause: {} - pause: {}

2
helm-guestbook/values.yaml

@ -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: 3
image: image:
repository: gcr.io/heptio-images/ks-guestbook-demo repository: gcr.io/heptio-images/ks-guestbook-demo

Loading…
Cancel
Save