Skip to content

Commit

Permalink
doc: describe how to access frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Sep 5, 2024
1 parent 87f5225 commit b49634b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ helm install --set image.tag=10.0.3 \
kubectl run --rm -ti admin-ssh --image kroniak/ssh-client -- ssh -p 22224 -l admin <my-release>-door-svc
```

## Accessing Frontend

```bash
kubectl port-forward svc/<my-release>-door-svc 3880:3880
```


## Acknowledgement

This project is based on work done by Michael Schuh, DESY-IT

0 comments on commit b49634b

Please sign in to comment.