diff --git a/charts/all/rag-llm/templates/deployment.yaml b/charts/all/rag-llm/templates/deployment.yaml index 329358d9..2484c17e 100644 --- a/charts/all/rag-llm/templates/deployment.yaml +++ b/charts/all/rag-llm/templates/deployment.yaml @@ -34,6 +34,8 @@ spec: - name: {{ .Chart.Name }} terminationMessagePath: /dev/termination-log env: + - name: HUGGINGFACE_HUB_CACHE + value: /tmp/.cache - name: CONFIG_FILE value: /app-root/config/config.yaml - name: APP_TITLE