From 3218d6aa225bfc6fecd28e2c098474b8e66c0a27 Mon Sep 17 00:00:00 2001 From: brandon Date: Thu, 1 Apr 2021 15:27:07 -0400 Subject: [PATCH] svc --- helm-guestbook/templates/rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/templates/rollout.yaml b/helm-guestbook/templates/rollout.yaml index 6631b8d..8d9984f 100644 --- a/helm-guestbook/templates/rollout.yaml +++ b/helm-guestbook/templates/rollout.yaml @@ -60,7 +60,7 @@ spec: startingStep: 2 # delay starting analysis run until setWeight: 40% args: - name: service-name - value: {{ template "helm-guestbook.fullname" . }} + value: {{ template "helm-guestbook.fullname" . }}.default.svc.cluster.local maxSurge: "25%" maxUnavailable: 0 canaryService: guestbook-canary-service