Ken Petti
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
5 deletions
-
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: {} |
|
|
|