X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=a1-policy-manager-vth%2Fhelm%2Fa1-policy-manager-vth%2Ftemplates%2Fservice.yaml;fp=a1-policy-manager-vth%2Fhelm%2Fa1-policy-manager-vth%2Ftemplates%2Fservice.yaml;h=291f9fc0f0005647fe0a1819b37bb62791f2d6a4;hb=cbbc9d7f12f8d8168e285a32f9002aca339a0e39;hp=0000000000000000000000000000000000000000;hpb=22fb07c635806496eb35281843d616a21154d3f4;p=it%2Fotf.git diff --git a/a1-policy-manager-vth/helm/a1-policy-manager-vth/templates/service.yaml b/a1-policy-manager-vth/helm/a1-policy-manager-vth/templates/service.yaml new file mode 100644 index 0000000..291f9fc --- /dev/null +++ b/a1-policy-manager-vth/helm/a1-policy-manager-vth/templates/service.yaml @@ -0,0 +1,18 @@ +apiVersion: v1 +kind: Service +metadata: + name: {{ .Values.appName }} + namespace: {{ .Values.namespace}} + labels: + app: {{ .Values.appName }} + version: {{ .Values.version}} +spec: + type: NodePort + ports: + - name: http + port: 6000 + protocol: TCP + nodePort: {{ .Values.nodePort}} + selector: + app: {{ .Values.appName }} + version: {{ .Values.version}}