Browse Source

Update deployment.yaml

pull/45/head
Ken Petti 5 years ago
committed by GitHub
parent
commit
dfe11a612f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      helm-guestbook/templates/deployment.yaml

10
helm-guestbook/templates/deployment.yaml

@ -50,8 +50,8 @@ spec:
tolerations:
{{ toYaml . | indent 8 }}
{{- end }}
strategy:
canary: # A new field that used to provide configurable options for a Canary strategy
steps:
- setWeight: 20
- pause: {}
strategy:
canary: # A new field that used to provide configurable options for a Canary strategy
steps:
- setWeight: 20
- pause: {}

Loading…
Cancel
Save