X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=integration_tests%2Ftestreceiver%2Ftemplates%2Fservice.yaml;h=ecb90a01081b2746e7624338663c7ebaede50a92;hb=6e09b347596569b650a20412804fe3947f0385c0;hp=1df7654e85bf1a34af0f898c3fa44eba0bbe899b;hpb=971c91cbf40d7d735c4cc8c8871b1a4d677a6496;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 }}