Fix changelog links and titles
[ric-plt/a1.git] / integration_tests / a1mediator / templates / deployment.yaml
index a2963fb..e94045d 100644 (file)
@@ -21,13 +21,13 @@ spec:
       containers:
         - name: {{ .Chart.Name }}
           volumeMounts:
-          - name: a1conf
-            mountPath: /opt/ricmanifest.json
-            subPath: ricmanifest.json
           - name: a1conf
             mountPath: /opt/route/local.rt
             subPath: local.rt
           env:
+          # this sets the source field in messages from a1 to point back to a1s service name, rather than it's random pod name
+          - name: RMR_SRC_ID
+            value: {{ .Values.rmrservice.name }}
           - name: PYTHONUNBUFFERED
             value: "1"
           - name: RMR_RETRY_TIMES
@@ -38,7 +38,6 @@ spec:
             - name: http
               containerPort: {{ .Values.httpservice.port }}
               protocol: TCP
-
           livenessProbe:
             httpGet:
               path: /a1-p/healthcheck