X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=integration_tests%2Fa1mediator%2Ftemplates%2Fdeployment.yaml;h=a6e0786546943dd2ba612b1cdfabdb5476228806;hb=refs%2Fchanges%2F07%2F1907%2F13;hp=e94045d07d5efd99d51c0604c4dad0c0ca8a2e29;hpb=148e2699cf55e5619d181c2e46e1f672456a4422;p=ric-plt%2Fa1.git diff --git a/integration_tests/a1mediator/templates/deployment.yaml b/integration_tests/a1mediator/templates/deployment.yaml index e94045d..a6e0786 100644 --- a/integration_tests/a1mediator/templates/deployment.yaml +++ b/integration_tests/a1mediator/templates/deployment.yaml @@ -30,9 +30,13 @@ spec: 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