Skip to content

Commit b007f3e

Browse files
committed
Revert doc change
Signed-off-by: Alan Cha <Alan.cha1@ibm.com>
1 parent e1be0a5 commit b007f3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/tornjak/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ Port forward the Tornjak backend (APIs) and Tornjak frontend (UI) services. Exec
3636
If you deployed in a different namespace, your values might differ. Consult the install notes printed when running above `helm upgrade` command in that case.
3737

3838
```shell
39-
kubectl -n spire-mgmt port-forward service/spire-tornjak-backend 10000:10000
39+
kubectl -n spire-server port-forward service/spire-tornjak-backend 10000:10000
4040
```
4141

4242
```shell
43-
kubectl -n spire-mgmt port-forward service/spire-tornjak-frontend 3000:3000
43+
kubectl -n spire-server port-forward service/spire-tornjak-frontend 3000:3000
4444
```
4545

4646
You can now access Tornjak with your browser at [localhost:3000](http://localhost:3000).

0 commit comments

Comments
 (0)