Skip to content

Commit a8aa1a9

Browse files
authored
docs: fix instruction to port-forward UI when running in local cluster (#668)
Signed-off-by: Brian Fox <878612+onematchfox@users.noreply.github.com>
1 parent b9d6d93 commit a8aa1a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEVELOPMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ export ANTHROPIC_API_KEY=your-anthropic-api-key
100100
make helm-install
101101
```
102102

103-
To access the UI, port-forward to the app service:
103+
To access the UI, port-forward to the UI port on the `kagent` service:
104104

105105
```shell
106-
kubectl port-forward svc/app 8001:80
106+
kubectl port-forward svc/kagent 8001:80
107107
```
108108

109109
Then open your browser and go to `http://localhost:8001`.

0 commit comments

Comments
 (0)