Update helm yaml file to adapt the changes of mrstub 16/7116/1
authorecaiyanlinux <martin.c.yan@est.tech>
Wed, 24 Nov 2021 09:58:42 +0000 (10:58 +0100)
committerecaiyanlinux <martin.c.yan@est.tech>
Wed, 24 Nov 2021 09:58:42 +0000 (10:58 +0100)
env varaibles need to be updated due to mrstub simulator changes

Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Issue-ID: NONRTRIC-618
Change-Id: Iea67253905a441abfc8946c10eb2cd6aa0930a01

test/usecases/oruclosedlooprecovery/scriptversion/helm/dmaap-mr/templates/deployment.yaml

index 700bb90..d8ce48d 100644 (file)
@@ -45,6 +45,13 @@ spec:
             {{- toYaml .Values.securityContext | nindent 12 }}
           image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
           imagePullPolicy: {{ .Values.image.pullPolicy }}
+          env:
+          - name: TOPIC_READ
+            value: http://dmaap-mr:3904/events/unauthenticated.SEC_FAULT_OUTPUT
+          - name: TOPIC_WRITE
+            value: http://dmaap-mr:3904/events/unauthenticated.SEC_FAULT_OUTPUT
+          - name: GENERIC_TOPICS_UPLOAD_BASEURL
+            value: http://dmaap-mr:3904
           ports:
             - name: http
               containerPort: 3904