Skip to content

Commit

Permalink
Update deployment-frontend.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
matbmoser authored May 29, 2024
1 parent aa295a0 commit 4ae1fd2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4ae1fd2

Please sign in to comment.