Currently the provider only checks for the existence of the label traefik.expose but doesn't check it's associated value. This means using <Label Key="traefik.expose">false</Label> will still actually expose the service.
Offending line: servicefabric_tmpl.go:94
Currently the provider only checks for the existence of the label
traefik.expose
but doesn't check it's associated value. This means using<Label Key="traefik.expose">false</Label>
will still actually expose the service. Offending line: servicefabric_tmpl.go:94