Kubernetes

Weaviate

kyeongjun-dev 2024. 4. 6. 00:48

설치

helm repo add weaviate https://weaviate.github.io/weaviate-helm
helm pull weaviate/weaviate
tar xvf weaviate-16.8.7.tgz

 

values.yaml 변경내용

diff weaviate/values.yaml values.yaml 
113c113
<   type: LoadBalancer
---
>   type: ClusterIP
124c124
<   enabled: false
---
>   enabled: true
131c131
<   type: NodePort
---
>   type: ClusterIP

 

설치

helm install weaviate weaviate/ -f values.yaml