diff --git a/charts/stable/traefik/Chart.yaml b/charts/stable/traefik/Chart.yaml index a8857048c8e..4f571485bed 100644 --- a/charts/stable/traefik/Chart.yaml +++ b/charts/stable/traefik/Chart.yaml @@ -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 diff --git a/charts/stable/traefik/docs/how-to.md b/charts/stable/traefik/docs/how-to.md index dbfa5a3198e..17891e6decd 100644 --- a/charts/stable/traefik/docs/how-to.md +++ b/charts/stable/traefik/docs/how-to.md @@ -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**.