docs(traefik): fix port typo in How-to (#4647)

* fix port typo

Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com>

* bump version

Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com>
This commit is contained in:
Xstar97
2022-11-20 14:21:57 -05:00
committed by GitHub
parent a780450e13
commit 74ae6dbbf4
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ sources:
- https://github.com/traefik/traefik-helm-chart
- https://traefik.io/
type: application
version: 16.0.2
version: 16.0.3
annotations:
truecharts.org/catagories: |
- network

View File

@@ -52,7 +52,7 @@ The setup of Traefik is relatively straight-forward. Most of the settings remain
- **web Entrypoint Configuration** > **Entrypoints port:**
Change port `9080` to port `80`
- **websecure Entrypoint Configuration** > **Entrypoints port:**
Change port `9433` to port `433`
Change port `9443` to port `443`
Continue to section 12, and select **Next**. Traefik will now be installed.
After installation you can access the Traefik dashboard using your host IP address followed by `:9000`, or by simply clicking "Web Portal" on the application's entry under **Apps** > **Installed Applications**.