X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fdmaapmed%2Fapp.yaml;h=2a94a53693dba56f763ca7329a40e6593c9a5366;hb=542d2dbfd8df1fcb011fea3d69d539c5c5fe3667;hp=7c39bea3e90ffaee40b8028f5d5ca7eba7995ab2;hpb=007b64509101d8e3ef881955adee2ad15d062213;p=nonrtric.git diff --git a/test/simulator-group/dmaapmed/app.yaml b/test/simulator-group/dmaapmed/app.yaml index 7c39bea3..2a94a536 100644 --- a/test/simulator-group/dmaapmed/app.yaml +++ b/test/simulator-group/dmaapmed/app.yaml @@ -27,8 +27,8 @@ spec: - name: https containerPort: $DMAAP_MED_INTERNAL_SECURE_PORT volumeMounts: - - mountPath: $DMAAP_MED_DATA_MOUNT_PATH/$DMAAP_MED_DATA_FILE - subPath: $DMAAP_MED_DATA_FILE + - mountPath: $DMAAP_MED_DATA_MOUNT_PATH/$DMAAP_MED_CONTR_DATA_FILE + subPath: $DMAAP_MED_CONTR_DATA_FILE name: dmaapadp-data-name env: - name: INFO_PRODUCER_HOST @@ -41,6 +41,8 @@ spec: value: "$MR_SERVICE_PATH" - name: LOG_LEVEL value: Debug + - name: KAFKA_BOOTSTRAP_SERVERS + value: "$MR_KAFKA_SERVICE_PATH" volumes: - configMap: defaultMode: 420