Skip to content

Commit

Permalink
Adding urls that the dashboard will be accessible via to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwvolleyball committed Dec 30, 2020
1 parent ff28bf3 commit 714f8ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ For instance, the dashboard access could be achieved through a port-forward :
kubectl port-forward $(kubectl get pods --selector "app.kubernetes.io/name=traefik" --output=name) 9000:9000
```

Accessible with the url: http://127.0.0.1:9000/dashboard/

Another way would be to apply your own configuration, for instance,
by defining and applying an IngressRoute CRD (`kubectl apply -f dashboard.yaml`):

Expand All @@ -85,6 +87,8 @@ spec:
kind: TraefikService
```

Accessible with the url: http://traefik.localhost/dashboard/

## Contributing

If you want to contribute to this chart, please read the [Contributing Guide](./CONTRIBUTING.md).

0 comments on commit 714f8ec

Please sign in to comment.