X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=charts%2Ftemplates%2Fservice.yaml;h=8e59597a160dd9e68934e85253f7334e2d124ebf;hb=refs%2Fchanges%2F13%2F8813%2F2;hp=990f78b20a5755f3fb2d49c962c71a2bc73fe64a;hpb=f113db48acbe73641ce7d13c1cb8be6eea147f98;p=pti%2Fo2.git diff --git a/charts/templates/service.yaml b/charts/templates/service.yaml index 990f78b..8e59597 100644 --- a/charts/templates/service.yaml +++ b/charts/templates/service.yaml @@ -29,3 +29,19 @@ spec: selector: app: o2api --- +apiVersion: v1 +kind: Service +metadata: + name: helmcli + namespace: {{ .Values.global.namespace }} +spec: + type: NodePort + ports: + - name: helmcli + port: 10022 + targetPort: 22 + nodePort: 30022 + protocol: TCP + selector: + app: o2api +--- \ No newline at end of file