nginx: enable worker processes autotune to correctly set the number of processes for nginx, possible fix for #780 (#785)
This commit is contained in:
parent
a2435a013b
commit
f6dc26eeb5
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user