adding kubectl
This commit is contained in:
parent
e23a33cfac
commit
ab48d27ddb
12
README.md
12
README.md
|
|
@ -122,8 +122,20 @@ kubectl port-forward svc/brunix-vector-db 9200:9200 -n brunix --kubeconfig ./iva
|
|||
|
||||
# 3. Observability DB Tunnel (PostgreSQL)
|
||||
kubectl port-forward svc/brunix-postgres 5432:5432 -n brunix --kubeconfig ./ivar.yaml &
|
||||
|
||||
2nd option
|
||||
|
||||
kubectl port-forward --address 0.0.0.0 svc/brunix-vector-db 9200:9200 -n brunix --kubeconfig ./kubernetes/ivar.yaml &
|
||||
|
||||
kubectl port-forward --address 0.0.0.0 svc/brunix-postgres 5432:5432 -n brunix --kubeconfig ./kubernetes/ivar.yaml &
|
||||
|
||||
kubectl port-forward --address 0.0.0.0 svc/ollama-light-service 11434:11434 -n brunix --kubeconfig ./kubernetes/ivar.yaml &
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
### 4. Launch the Engine
|
||||
```bash
|
||||
docker-compose up -d --build
|
||||
|
|
|
|||
Loading…
Reference in New Issue