X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=helm%2Fvespamgr%2Ftemplates%2Fdeployment.yaml;h=6e2e225941c94298ccc2233a9f4517fd16118821;hb=refs%2Fheads%2Fg-release;hp=ebb1828385b37b838ecdde3d0aea28093a14f3ea;hpb=38dc857062b14145f5b9db89d10eba0ae5b90d11;p=ric-plt%2Fric-dep.git diff --git a/helm/vespamgr/templates/deployment.yaml b/helm/vespamgr/templates/deployment.yaml index ebb1828..6e2e225 100644 --- a/helm/vespamgr/templates/deployment.yaml +++ b/helm/vespamgr/templates/deployment.yaml @@ -55,14 +55,17 @@ spec: - name: http containerPort: {{ include "common.serviceport.vespamgr.http" . }} protocol: TCP + - name: alert + containerPort: {{ include "common.serviceport.vespamgr.alert" . }} + protocol: TCP envFrom: - configMapRef: name: {{ include "common.configmapname.vespamgr" . }} - secretRef: name: vespa-secrets env: - - name: VESMGR_APPMGRDOMAIN - value: appmgr-service + - name: VESMGR_APPMGRDOMAN + value: {{ include "common.servicename.appmgr.http" . }} livenessProbe: httpGet: path: /supervision