Browse Source

undo analysts

pull/82/head
brandon 4 years ago
parent
commit
14e63f0c5a
  1. 16
      helm-guestbook/templates/rollout.yaml

16
helm-guestbook/templates/rollout.yaml

@ -54,14 +54,14 @@ spec:
minReadySeconds: 30 minReadySeconds: 30
strategy: strategy:
canary: #Indicates that the rollout should use the Canary strategy canary: #Indicates that the rollout should use the Canary strategy
analysis: # analysis:
templates: # templates:
- templateName: success-rate # - templateName: success-rate
clusterScope: true # clusterScope: true
startingStep: 2 # delay starting analysis run until setWeight: 40% # startingStep: 2 # delay starting analysis run until setWeight: 40%
args: # args:
- name: service-name # - name: service-name
value: {{ template "helm-guestbook.fullname" . }}.default.svc.cluster.local # value: {{ template "helm-guestbook.fullname" . }}.default.svc.cluster.local
maxSurge: "25%" maxSurge: "25%"
maxUnavailable: 0 maxUnavailable: 0
canaryService: guestbook-canary-service canaryService: guestbook-canary-service

Loading…
Cancel
Save