File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -170,6 +170,10 @@ spec:
170170 {{- end }}
171171 - name : PASSENGER_MAX_POOL_SIZE
172172 value : {{ .Values.web.env.PASSENGER_MAX_POOL_SIZE | default "6" | quote }}
173+ - name : OPENSTREETMAP_AUTH_ID
174+ value : {{ .Values.web.env.OPENSTREETMAP_AUTH_ID | default "" | quote }}
175+ - name : OPENSTREETMAP_AUTH_SECRET
176+ value : {{ .Values.web.env.OPENSTREETMAP_AUTH_SECRET | default "" | quote }}
173177 volumeMounts :
174178 - mountPath : /dev/shm
175179 name : shared-memory
Original file line number Diff line number Diff line change 163163 RAILS_STORAGE_BUCKET : osmseed-website-bucket
164164 EXTERNAL_CGIMAP : false
165165 PASSENGER_MAX_POOL_SIZE : 6
166+ OPENSTREETMAP_AUTH_ID : " "
167+ OPENSTREETMAP_AUTH_SECRET : " "
166168 resources :
167169 enabled : false
168170 requests :
You can’t perform that action at this time.
0 commit comments