X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fdmaapmr%2Fsvc.yaml;h=e5d5d8e566f9fe627337e4e2ee4c5612300e70be;hb=663566c28930429775ea9921f0e32ddf5253da28;hp=0a02b4fd0942a908da7a77678dcbde0286221caa;hpb=d289079b1b15286e994bc29b98cd732fc32fb06f;p=nonrtric.git diff --git a/test/simulator-group/dmaapmr/svc.yaml b/test/simulator-group/dmaapmr/svc.yaml index 0a02b4fd..e5d5d8e5 100644 --- a/test/simulator-group/dmaapmr/svc.yaml +++ b/test/simulator-group/dmaapmr/svc.yaml @@ -32,7 +32,7 @@ spec: type: ClusterIP ports: - port: 9092 - targetPort: 9092 + targetPort: 9095 protocol: TCP name: http selector: @@ -54,4 +54,82 @@ spec: protocol: TCP name: http selector: + run: $MR_ZOOKEEPER_APP_NAME + + +# --- +# apiVersion: v1 +# kind: Service +# metadata: +# name: dmaap-mr +# namespace: $KUBE_ONAP_NAMESPACE +# labels: +# run: $MR_DMAAP_KUBE_APP_NAME +# autotest: DMAAPMR +# spec: +# type: ClusterIP +# ports: +# - port: $MR_EXTERNAL_PORT +# targetPort: $MR_INTERNAL_PORT +# protocol: TCP +# name: http +# - port: $MR_EXTERNAL_SECURE_PORT +# targetPort: $MR_INTERNAL_SECURE_PORT +# protocol: TCP +# name: https +# selector: +# run: $MR_DMAAP_KUBE_APP_NAME +# --- +# apiVersion: v1 +# kind: Service +# metadata: +# name: dmaap-kafka +# namespace: $KUBE_ONAP_NAMESPACE +# labels: +# run: $MR_KAFKA_BWDS_NAME +# autotest: DMAAPMR +# spec: +# type: ClusterIP +# ports: +# - port: 9092 +# targetPort: 9092 +# protocol: TCP +# name: http +# selector: +# run: $MR_KAFKA_BWDS_NAME +# --- +# apiVersion: v1 +# kind: Service +# metadata: +# name: kafka +# namespace: $KUBE_ONAP_NAMESPACE +# labels: +# run: $MR_KAFKA_BWDS_NAME +# autotest: DMAAPMR +# spec: +# type: ClusterIP +# ports: +# - port: 9092 +# targetPort: 9092 +# protocol: TCP +# name: http +# selector: +# run: $MR_KAFKA_BWDS_NAME +# --- +# apiVersion: v1 +# kind: Service +# metadata: +# name: dmaap-zookeeper +# namespace: $KUBE_ONAP_NAMESPACE +# labels: +# run: $MR_ZOOKEEPER_APP_NAME +# autotest: DMAAPMR +# spec: +# type: ClusterIP +# ports: +# - port: 2181 +# targetPort: 2181 +# protocol: TCP +# name: http +# selector: run: $MR_ZOOKEEPER_APP_NAME \ No newline at end of file