adding kubectl

This commit is contained in:
pseco 2026-02-16 14:14:34 +01:00
parent e23a33cfac
commit ab48d27ddb
1 changed files with 12 additions and 0 deletions

View File

@ -122,8 +122,20 @@ kubectl port-forward svc/brunix-vector-db 9200:9200 -n brunix --kubeconfig ./iva
# 3. Observability DB Tunnel (PostgreSQL) # 3. Observability DB Tunnel (PostgreSQL)
kubectl port-forward svc/brunix-postgres 5432:5432 -n brunix --kubeconfig ./ivar.yaml & 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 ### 4. Launch the Engine
```bash ```bash
docker-compose up -d --build docker-compose up -d --build