Fix for RIC alarm flow
[ric-plt/ric-dep.git] / helm / vespamgr / templates / deployment.yaml
index 6c9db0b..6e2e225 100644 (file)
@@ -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: