Skip to content

Commit 5295d8c

Browse files
committed
Add PASSENGER_MAX_POOL_SIZE env var for web-api
1 parent e93db6c commit 5295d8c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

osm-seed/templates/web/web-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ spec:
167167
value: "127.0.0.1"
168168
- name: CGIMAP_PORT
169169
value: {{ quote 8000 }}
170+
- name: PASSENGER_MAX_POOL_SIZE
171+
value: {{ .Values.web.env.PASSENGER_MAX_POOL_SIZE | default "6" | quote }}
170172
{{- end }}
171173
volumeMounts:
172174
- mountPath: /dev/shm

osm-seed/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ web:
162162
RAILS_STORAGE_REGION: us-east-1
163163
RAILS_STORAGE_BUCKET: osmseed-website-bucket
164164
EXTERNAL_CGIMAP: false
165+
PASSENGER_MAX_POOL_SIZE: 6
165166
resources:
166167
enabled: false
167168
requests:

0 commit comments

Comments
 (0)