nginx: enable worker processes autotune to correctly set the number of processes for nginx, possible fix for #780 (#785)

This commit is contained in:
Ilya Kreymer 2023-04-21 18:13:22 -07:00 committed by GitHub
parent a2435a013b
commit f6dc26eeb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,9 @@ spec:
- name: CRAWLER_SVC_SUFFIX
value: ".crawl-$crawl"
- name: NGINX_ENTRYPOINT_WORKER_PROCESSES_AUTOTUNE
value: "1"
{{- if .Values.minio_local }}
- name: LOCAL_MINIO_HOST
value: "{{ .Values.minio_host }}"