-
Notifications
You must be signed in to change notification settings - Fork 792
Open
Labels
kind/enhancementNew feature or requestNew feature or request
Description
Welcome!
- Yes, I've searched similar issues on GitHub and didn't find any.
- Yes, I've searched similar issues on the Traefik community forum and didn't find any.
What do you want to achieve with this Chart ?
Description
The ports
section is one of the most important config section of this Chart. It allows to define where and how Traefik will listen.
That said, it's currently lacking some examples on common use cases like how to:
- Expose a non standard port
- Deploy a two instances setup: one for private traffic & one for public traffic
The way it's configured is also very specific to this Chart. It's one of the area that forced us to set additionalProperties
to false. Maybe we can find a way to rework and align the Chart configuration with how Traefik is configured.
See https://itnext.io/i-shouldnt-have-to-read-installer-code-every-day-4dc1e5f9ee1a for a more detailed post that inspired this issue.
garry-t
Metadata
Metadata
Assignees
Labels
kind/enhancementNew feature or requestNew feature or request