Skip to content

Commit

Permalink
fix: change env variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
SawyerCzupka committed Feb 23, 2025
1 parent 0ef7c02 commit 6924177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/ml-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- name: LOGLEVEL
value: "DEBUG"
- name: UVICORN_LOGLEVEL
value: "debug"
value: "info"

# Qdrant
- name: QDRANT_URL
Expand All @@ -52,7 +52,7 @@ spec:
value: "/scope/scope-data/gef/output"
- name: PIPELINE_PERSIST
value: "true"
- name: PIPELINE_PERSIST_DIR
- name: PIPELINE_PERSIST_PATH
value: "/scope/k8s-storage/ml-api/ingestion"
resources:
limits:
Expand Down

0 comments on commit 6924177

Please sign in to comment.