From c664f53511b13fdbb8b2842329c5271dd2d1271d Mon Sep 17 00:00:00 2001 From: wrider Date: Tue, 28 Jan 2020 10:10:44 -0500 Subject: [PATCH] Fix config error for VESPA Using appmgr service name defined in common template. Change-Id: I5ae308c411d0d41bfec8fb6aacffae20b741a2ea Signed-off-by: wrider --- helm/vespamgr/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/vespamgr/templates/deployment.yaml b/helm/vespamgr/templates/deployment.yaml index ebb1828..6c9db0b 100644 --- a/helm/vespamgr/templates/deployment.yaml +++ b/helm/vespamgr/templates/deployment.yaml @@ -62,7 +62,7 @@ spec: name: vespa-secrets env: - name: VESMGR_APPMGRDOMAIN - value: appmgr-service + value: {{ include "common.servicename.appmgr.http" . }} livenessProbe: httpGet: path: /supervision -- 2.16.6