-
Notifications
You must be signed in to change notification settings - Fork 14
add support for specifying the name of the endpoint #47
Conversation
@lurock thanks, it looks good at first glance :). Would it be possible to get some test coverage for this too please? |
@lurock Thanks for the PR! This makes sense to me, one tweak I'd propose is maybe moving the label to My thinking is that existing SF specific labels sit under Another tweak we could look at would be elevating some of the logic out of the template into a function in |
If you want any pointers on this drop onto the Traefik slack and there is a service-fabric channel, happy to chat/help over IM if that is easier. |
I added a test and made the name changes you requested. Is there more changes needed on this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks - LGTM. Have you had a chance to give it a spin on a cluster?
I have been running it in our production cluster for over a week now and it has been working great. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The template can be simplified: look at my comments 😉
You add a "traefik.portName" label to your Service Fabric manifest and specify the name of the endpoint that you want to serve web traffic through.
Example: