X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fvespamgr%2Ftemplates%2Fservice.yaml;h=634a2566c0e856349a58d7148a72b1f017a20a08;hb=b6a7c14c6064aec767785c347a1e5a348329ac67;hp=cb26519cc76d64efabab81c76832138150482c2f;hpb=38dc857062b14145f5b9db89d10eba0ae5b90d11;p=ric-plt%2Fric-dep.git diff --git a/helm/vespamgr/templates/service.yaml b/helm/vespamgr/templates/service.yaml index cb26519..634a256 100644 --- a/helm/vespamgr/templates/service.yaml +++ b/helm/vespamgr/templates/service.yaml @@ -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 }}