Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- g++ 업데이트
- telegraf
- subporcess path
- linux시간으로 변경
- influxdb 설치
- 1697
- gcc 업데이트
- c3 축 가리기
- centos pyhon 설치
- c3 축 없애기
- InfluxDB
- c++ 정규식
- 백준
- python subprocess
- 정규식 문자열 출력
- semanage
- python popen
- gcc regex
- 정규식 컴파일
- python os
- c3 second
- CentOS7
- c3 step graph
- c3 초
- snmp test
- grafana dashboard
- regex_search
- 정규식 활용
- selinux port 등록
- snmp
Archives
- Today
- Total
리셋 되지 말자
Weaviate 본문
설치
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
'Kubernetes' 카테고리의 다른 글
Grafana, Tempo 모니터링 간단 예시 - springboot, mongodb (1) | 2024.01.02 |
---|---|
awscli irsa 테스트 (0) | 2023.12.27 |
[Trino] 설치 및 맛보기 (0) | 2023.08.10 |
Python Pod 예시... (0) | 2023.07.07 |
[Mongodb] mongodb scaling on kubernetes (2) | 2023.06.09 |
Comments