File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-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+ model :
9+ modelId : ibm-granite/granite-3.1-8b-instruct
510llmui :
611 namespace : " rag-llm"
712
813
914replicaCount : 1
1015
1116image :
12- repository : ' quay.io/ecosystem-appeng/gradio-tgi-multi-model-rag '
17+ repository : ' quay.io/ecosystem-appeng/rag-llm-ui '
1318 pullPolicy : IfNotPresent
1419 # Overrides the image tag whose default is the chart appVersion.
15- tag : " 0.3 .0"
20+ tag : " 1 .0"
1621
1722imagePullSecrets : []
1823nameOverride : " "
You can’t perform that action at this time.
0 commit comments