Skip to content

Commit

Permalink
helm: expose dataprep configurable items into value file
Browse files Browse the repository at this point in the history
Signed-off-by: Lianhao Lu <[email protected]>
  • Loading branch information
lianhao authored and yongfengdu committed Jul 12, 2024
1 parent 7dabdf0 commit 83fc1a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helm-charts/common/data-prep/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ tolerations: []

affinity: {}

# text embedding inference service URL, e.g. http://<service-name>:<port>
TEI_EMBEDDING_ENDPOINT: ""

# redis DB service URL, e.g. redis://<service-name>:<port>
REDIS_URL: ""

global:
http_proxy:
https_proxy:
Expand Down

0 comments on commit 83fc1a0

Please sign in to comment.