Fix for RIC alarm flow
[ric-plt/ric-dep.git] / helm / vespamgr / templates / service.yaml
index cb26519..634a256 100644 (file)
@@ -30,6 +30,10 @@ spec:
       protocol: "TCP"
       name: "http"
       targetPort: "http"
+    - port: {{ include "common.serviceport.vespamgr.alert" . }}
+      protocol: "TCP"
+      name: "alert"
+      targetPort: "alert"
   selector:
     app: {{ include "common.namespace.platform" . }}-{{ include "common.name.vespamgr" . }}
     release: {{ .Release.Name }}