-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SF Application not talking to Traefik? #6
Comments
In the traefik logs you should see something like this, that is what the provider is emitting:
One thing I noticed in your service manifest is that you don't have the right format (main branch, where v0.2.2 tag is pointing to), in your manifest you added "scoresheet". It should looks something like this:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I finally got Traefik v2.5.3 deployed to our test Service Fabric cluster however, I'm having trouble exposing a test application via the Traefik plugin. I don't see any indication in the logs that the application is talking to Traefik.
Current ServiceManifest labels: https://pastebin.pl/view/47b82ef6
Current Traefik.yml: https://pastebin.pl/view/86cda29e
I'm currently running Traefik v2.5.3 at home on Docker and trying to compare the two sets of labels, it seems like a router label is missing?
The text was updated successfully, but these errors were encountered: