From 4ae1fd297b768c2bf3d221e40de659b3df004bcf Mon Sep 17 00:00:00 2001 From: Mathias Moser <71728767+matbmoser@users.noreply.github.com> Date: Wed, 29 May 2024 17:20:18 +0200 Subject: [PATCH] Update deployment-frontend.yaml --- .../digital-product-pass/templates/deployment-frontend.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/digital-product-pass/templates/deployment-frontend.yaml b/charts/digital-product-pass/templates/deployment-frontend.yaml index 60bf24d5a..4718ae744 100644 --- a/charts/digital-product-pass/templates/deployment-frontend.yaml +++ b/charts/digital-product-pass/templates/deployment-frontend.yaml @@ -104,10 +104,10 @@ spec: - name: "API_MAX_RETRIES" value: "{{ .Values.frontend.api.max_retries }}" - - name: "IRS_DELAY" + - name: "API_IRS_DELAY" value: "{{ .Values.frontend.irs.requestDelay }}" - - name: "IRS_MAX_WAITING_TIME" + - name: "API_IRS_MAX_WAITING_TIME" value: "{{ .Values.frontend.irs.maxWaitingTime }}" - name: "API_DELAY"