Skip to content

Commit a00c91f

Browse files
authored
fix tke-dify bug (#156)
1 parent 44cc760 commit a00c91f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

incubator/tke-dify/values.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,15 @@ postgresql:
472472
size: 20Gi
473473
affinity: {}
474474
tolerations: []
475+
476+
weaviate:
477+
enabled: true
478+
image:
479+
registry: docker.io
480+
tag: 1.19.1
481+
repo: semitechnologies/weaviate
482+
pullPolicy: IfNotPresent
483+
pullSecrets: []
475484
command: ["/bin/weaviate"]
476485
args:
477486
- "--host"

0 commit comments

Comments
 (0)