From f6dc26eeb5c02a6922c58efdda4faf8d1a379f11 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Fri, 21 Apr 2023 18:13:22 -0700 Subject: [PATCH] nginx: enable worker processes autotune to correctly set the number of processes for nginx, possible fix for #780 (#785) --- chart/templates/frontend.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chart/templates/frontend.yaml b/chart/templates/frontend.yaml index defe9a35..b1bf4701 100644 --- a/chart/templates/frontend.yaml +++ b/chart/templates/frontend.yaml @@ -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 }}"