7723677050ab6d6779836465c86231823b561f59
[nonrtric.git] / test / simulator-group / mrstub / svc.yaml
1 apiVersion: v1
2 kind: Service
3 metadata:
4   name: $MR_STUB_APP_NAME
5   namespace: $KUBE_ONAP_NAMESPACE
6   labels:
7     run: $MR_STUB_APP_NAME
8     autotest: MR
9 spec:
10   type: ClusterIP
11   ports:
12   - port: $MR_EXTERNAL_PORT
13     targetPort: $MR_INTERNAL_PORT
14     protocol: TCP
15     name: http
16   - port: $MR_EXTERNAL_SECURE_PORT
17     targetPort: $MR_INTERNAL_SECURE_PORT
18     protocol: TCP
19     name: https
20   selector:
21     run: $MR_STUB_APP_NAME