X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=integration_tests%2Ftestreceiver%2Ftemplates%2Fservice.yaml;h=ecb90a01081b2746e7624338663c7ebaede50a92;hb=refs%2Fchanges%2F07%2F1907%2F13;hp=1df7654e85bf1a34af0f898c3fa44eba0bbe899b;hpb=45f7e9d341e76b5ba2ece11a7bc30ed30333c636;p=ric-plt%2Fa1.git diff --git a/integration_tests/testreceiver/templates/service.yaml b/integration_tests/testreceiver/templates/service.yaml index 1df7654..ecb90a0 100644 --- a/integration_tests/testreceiver/templates/service.yaml +++ b/integration_tests/testreceiver/templates/service.yaml @@ -31,3 +31,21 @@ spec: selector: app.kubernetes.io/name: {{ include "testreceiver.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} + +--- + +apiVersion: v1 +kind: Service +metadata: + name: {{ .Values.queryrmrservice.name }} + labels: +{{ include "testreceiver.labels" . | indent 4 }} +spec: + type: {{ .Values.queryrmrservice.type }} + ports: + - port: {{ .Values.queryrmrservice.port }} + targetPort: {{ .Values.queryrmrservice.port }} + protocol: TCP + selector: + app.kubernetes.io/name: {{ include "testreceiver.name" . }} + app.kubernetes.io/instance: {{ .Release.Name }}