Fix for RIC alarm flow

Change-Id: I63993075791246983adb343a9a694a710a9bee88
Signed-off-by: Lusheng Ji <lji@research.att.com>
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 @@
             - 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: