commit | c664f53511b13fdbb8b2842329c5271dd2d1271d | [log] [tgz] |
---|---|---|
author | wrider <lji@research.att.com> | Tue Jan 28 10:10:44 2020 -0500 |
committer | wrider <lji@research.att.com> | Tue Jan 28 10:10:53 2020 -0500 |
tree | 64e69d3a2435dc303250785a7ccd38e1b7f401c0 | |
parent | 4c278289d5bcb55892d99151310cb1df046f5d52 [diff] [blame] |
Fix config error for VESPA Using appmgr service name defined in common template. Change-Id: I5ae308c411d0d41bfec8fb6aacffae20b741a2ea Signed-off-by: wrider <lji@research.att.com>
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 @@ name: vespa-secrets env: - name: VESMGR_APPMGRDOMAIN - value: appmgr-service + value: {{ include "common.servicename.appmgr.http" . }} livenessProbe: httpGet: path: /supervision