Skip to content

Commit

Permalink
Update traefik/VALUES.md
Browse files Browse the repository at this point in the history
Co-authored-by: Rémi BUISSON <remi-buisson@orange.fr>
  • Loading branch information
mloiseleur and darkweaver87 authored Jul 25, 2023
1 parent bb573be commit 0c5ac66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traefik/VALUES.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Kubernetes: `>=1.16.0-0`
| image.registry | string | `"docker.io"` | Traefik image host registry |
| image.repository | string | `"traefik"` | Traefik image repository |
| image.tag | string | `""` | defaults to appVersion |
| ingressClass | object | `{"enabled":true,"isDefaultClass":true,"name":"traefik"}` | Create a default IngressClass for Traefik |
| ingressClass | object | `{"enabled":true,"isDefaultClass":true}` | Create a default IngressClass for Traefik |
| ingressRoute.dashboard.annotations | object | `{}` | Additional ingressRoute annotations (e.g. for kubernetes.io/ingress.class) |
| ingressRoute.dashboard.enabled | bool | `true` | Create an IngressRoute for the dashboard |
| ingressRoute.dashboard.entryPoints | list | `["traefik"]` | Specify the allowed entrypoints to use for the dashboard ingress route, (e.g. traefik, web, websecure). By default, it's using traefik entrypoint, which is not exposed. /!\ Do not expose your dashboard without any protection over the internet /!\ |
Expand Down

0 comments on commit 0c5ac66

Please sign in to comment.