From: wrider Date: Tue, 28 Jan 2020 15:10:44 +0000 (-0500) Subject: Fix config error for VESPA X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=c664f53511b13fdbb8b2842329c5271dd2d1271d;p=ric-plt%2Fric-dep.git Fix config error for VESPA Using appmgr service name defined in common template. Change-Id: I5ae308c411d0d41bfec8fb6aacffae20b741a2ea Signed-off-by: wrider --- 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