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:
170
170
{{- end }}
171
171
- name : PASSENGER_MAX_POOL_SIZE
172
172
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 }}
173
177
volumeMounts :
174
178
- mountPath : /dev/shm
175
179
name : shared-memory
Original file line number Diff line number Diff line change 163
163
RAILS_STORAGE_BUCKET : osmseed-website-bucket
164
164
EXTERNAL_CGIMAP : false
165
165
PASSENGER_MAX_POOL_SIZE : 6
166
+ OPENSTREETMAP_AUTH_ID : " "
167
+ OPENSTREETMAP_AUTH_SECRET : " "
166
168
resources :
167
169
enabled : false
168
170
requests :
You can’t perform that action at this time.
0 commit comments