We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93db6c commit 5295d8cCopy full SHA for 5295d8c
osm-seed/templates/web/web-deployment.yaml
@@ -167,6 +167,8 @@ spec:
167
value: "127.0.0.1"
168
- name: CGIMAP_PORT
169
value: {{ quote 8000 }}
170
+ - name: PASSENGER_MAX_POOL_SIZE
171
+ value: {{ .Values.web.env.PASSENGER_MAX_POOL_SIZE | default "6" | quote }}
172
{{- end }}
173
volumeMounts:
174
- mountPath: /dev/shm
osm-seed/values.yaml
@@ -162,6 +162,7 @@ web:
162
RAILS_STORAGE_REGION: us-east-1
163
RAILS_STORAGE_BUCKET: osmseed-website-bucket
164
EXTERNAL_CGIMAP: false
165
+ PASSENGER_MAX_POOL_SIZE: 6
166
resources:
enabled: false
requests:
0 commit comments