0cb623534337895ca81737796113d2dc5f626a89
[nonrtric.git] / test / simulator-group / rapp_catalogue / svc.yaml
1 apiVersion: v1
2 kind: Service
3 metadata:
4   name: $RAPP_CAT_APP_NAME
5   namespace: $KUBE_NONRTRIC_NAMESPACE
6   labels:
7     run: $RAPP_CAT_APP_NAME
8     autotest: RC
9 spec:
10   type: ClusterIP
11   ports:
12   - port: $RAPP_CAT_EXTERNAL_PORT
13     targetPort: $RAPP_CAT_INTERNAL_PORT
14     protocol: TCP
15     name: http
16   - port: $RAPP_CAT_EXTERNAL_SECURE_PORT
17     targetPort: $RAPP_CAT_INTERNAL_SECURE_PORT
18     protocol: TCP
19     name: https
20   selector:
21     run: $RAPP_CAT_APP_NAME