Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
set EXTERNAL_IP env var for dshop backends (#4510)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz authored Nov 3, 2020
1 parent bb515cc commit e2d3a17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ spec:
value: /data/dshop-cache/mainnet
- name: LOG_LEVEL
value: {{ default "INFO" .Values.dshopBackendMainnetLogLevel }}
- name: EXTERNAL_IP
value: {{ .Values.dshopIssuerMainnetIp }}
volumeMounts:
- name: "{{ template "dshopBackendMainnet.fullname" . }}-shared-cache"
mountPath: /data/dshop-cache
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ spec:
value: /data/dshop-cache/rinkeby
- name: LOG_LEVEL
value: {{ default "INFO" .Values.dshopBackendRinkebyLogLevel }}
- name: EXTERNAL_IP
value: {{ .Values.dshopIssuerRinkebyIp }}
volumeMounts:
- name: "{{ template "dshopBackendRinkeby.fullname" . }}-shared-cache"
mountPath: /data/dshop-cache
Expand Down

0 comments on commit e2d3a17

Please sign in to comment.