diff --git a/helm-chart/sefaria-project/templates/configmap/nginx.yaml b/helm-chart/sefaria-project/templates/configmap/nginx.yaml index 085934c4fa..cd589c4628 100644 --- a/helm-chart/sefaria-project/templates/configmap/nginx.yaml +++ b/helm-chart/sefaria-project/templates/configmap/nginx.yaml @@ -86,8 +86,7 @@ data: } upstream elasticsearch_upstream { - # TODO template this properly so that nginx can redirect properly - server ${SEARCH_HOST}:${SEARCH_PORT}; + server ${SEARCH_HOST}:9200; keepalive 32; }