blob: a064cfab3dbab0fc0bd1658c990a3099603eac58 [file] [log] [blame]
BjornMagnussonXA663566c2021-11-08 10:25:07 +01001apiVersion: v1
2kind: Service
3metadata:
4 name: $DMAAP_MED_APP_NAME
5 namespace: $KUBE_NONRTRIC_NAMESPACE
6 labels:
7 run: $DMAAP_MED_APP_NAME
8 autotest: DMAAPMED
9spec:
10 type: ClusterIP
11 ports:
12 - port: $DMAAP_MED_EXTERNAL_PORT
13 targetPort: $DMAAP_MED_INTERNAL_PORT
14 protocol: TCP
15 name: http
16 - port: $DMAAP_MED_EXTERNAL_SECURE_PORT
17 targetPort: $DMAAP_MED_INTERNAL_SECURE_PORT
18 protocol: TCP
19 name: https
20 selector:
21 run: $DMAAP_MED_APP_NAME