X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=integration_tests%2Fa1mediator%2Ftemplates%2Fdeployment.yaml;h=a6e0786546943dd2ba612b1cdfabdb5476228806;hb=aa4ffa78f3e6a9430cc9ae9933165e58105c9d65;hp=a2963fb87b07bb4d2f4efd020b959b59519e5e10;hpb=40caa314d23122f0bd25c0e66b65d10303538164;p=ric-plt%2Fa1.git diff --git a/integration_tests/a1mediator/templates/deployment.yaml b/integration_tests/a1mediator/templates/deployment.yaml index a2963fb..a6e0786 100644 --- a/integration_tests/a1mediator/templates/deployment.yaml +++ b/integration_tests/a1mediator/templates/deployment.yaml @@ -21,24 +21,27 @@ 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 + - name: A1_RMR_RETRY_TIMES value: "{{ .Values.rmr_timeout_config.rcv_retry_times }}" - image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" + - name: INSTANCE_DELETE_NO_RESP_TTL + value: "5" + - name: INSTANCE_DELETE_RESP_TTL + value: "10" + image: "a1:latest" imagePullPolicy: {{ .Values.image.pullPolicy }} ports: - name: http containerPort: {{ .Values.httpservice.port }} protocol: TCP - livenessProbe: httpGet: path: /a1-p/healthcheck