File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ apiVersion: "external-secrets.io/v1beta1"
33kind : ExternalSecret
44metadata :
55 name : huggingface-secret
6- namespace : rag-llm
76spec :
87 refreshInterval : 15s
98 secretStoreRef :
Original file line number Diff line number Diff line change 22global :
33 localClusterDomain : example.com
44 hubClusterDomain : example.com
5+ db :
6+ index : docs
7+ type : EDB
8+ # Add for model ID
9+ model :
10+ modelId : ibm-granite/granite-3.1-8b-instruct
511llmui :
612 namespace : " rag-llm"
713
814
915replicaCount : 1
1016
1117image :
12- repository : ' quay.io/ecosystem-appeng/gradio-tgi-multi-model-rag '
18+ repository : ' quay.io/ecosystem-appeng/rag-llm-ui '
1319 pullPolicy : IfNotPresent
1420 # Overrides the image tag whose default is the chart appVersion.
15- tag : " 0.3 .0"
21+ tag : " 1 .0"
1622
1723imagePullSecrets : []
1824nameOverride : " "
You can’t perform that action at this time.
0 commit comments