From cf64958cee330c7d937e0ceb3fbfad3011248436 Mon Sep 17 00:00:00 2001 From: Ephraim Date: Wed, 3 Apr 2024 10:18:30 +0300 Subject: [PATCH] fix(index from queue): Add SEARCH_HOST envvar just in case --- .../sefaria-project/templates/cronjob/index-from-queue.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm-chart/sefaria-project/templates/cronjob/index-from-queue.yaml b/helm-chart/sefaria-project/templates/cronjob/index-from-queue.yaml index e4925a466d..99efb061a6 100644 --- a/helm-chart/sefaria-project/templates/cronjob/index-from-queue.yaml +++ b/helm-chart/sefaria-project/templates/cronjob/index-from-queue.yaml @@ -28,6 +28,8 @@ spec: - name: index-from-queue image: "{{ .Values.web.containerImage.imageRegistry }}:{{ .Values.web.containerImage.tag }}" env: + - name: SEARCH_HOST + value: "{{ .Values.nginx.SEARCH_HOST }}" - name: REDIS_HOST value: "redis-{{ .Values.deployEnv }}" - name: NODEJS_HOST