X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fvespamgr%2Ftemplates%2Fdeployment.yaml;h=6e2e225941c94298ccc2233a9f4517fd16118821;hb=97985d80947f09e20a5d50c00b1909252befccb3;hp=6c9db0b70c214876d8301ef2fde3b0bf83bb9b19;hpb=c664f53511b13fdbb8b2842329c5271dd2d1271d;p=ric-plt%2Fric-dep.git diff --git a/helm/vespamgr/templates/deployment.yaml b/helm/vespamgr/templates/deployment.yaml index 6c9db0b..6e2e225 100644 --- a/helm/vespamgr/templates/deployment.yaml +++ b/helm/vespamgr/templates/deployment.yaml @@ -55,13 +55,16 @@ 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 + - name: VESMGR_APPMGRDOMAN value: {{ include "common.servicename.appmgr.http" . }} livenessProbe: httpGet: