Skip to content

Commit

Permalink
chore(docs): update testing Nesis helm deployment ports (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
mawandm committed Apr 29, 2024
1 parent 7bf197f commit 3868980
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/src/installing/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@ nesis-rag-757584f46c-9kqtf 1/1 Running 0 45s
## Testing your Nesis

1. Port forward services;
```commandline title="Nesis Frontend"
kubectl port-forward svc/nesis-minio 8000
```commandline title="MinIO Frontend"
kubectl port-forward svc/nesis-minio 9001
```

2. Point your browser to <a href="http://localhost:8000" target="_blank">http://localhost:8000</a> and login with `test@domain.com`:`password`.
2. Point your browser to <a href="http://localhost:9001" target="_blank">http://localhost:9001</a> and login with `admin`:`password`.

3. In another terminal;
```commandline title="MinIO Frontend"
kubectl port-forward svc/nesis-frontend 9001
```commandline title="Nesis Frontend"
kubectl port-forward svc/nesis-frontend 8000
```

4. Point your browser to <a href="http://localhost:9001" target="_blank">http://localhost:9001</a> and login with `admin`:`password`.
4. Point your browser to <a href="http://localhost:8000" target="_blank">http://localhost:8000</a> and login with `test@domain.com`:`password`.

5. Upload documents into the MinIO bucket `private-documents`.
6. In the `Nesis Frontend` add a datasource with;
Expand Down

0 comments on commit 3868980

Please sign in to comment.