Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.

Commit

Permalink
Updated traefik enablement label
Browse files Browse the repository at this point in the history
Changed from `expose` to `enable`, as per current docs.
  • Loading branch information
paul-mcgrath authored Mar 5, 2019
1 parent fd4bee6 commit 3a310f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Extensions>
<Extension Name="Traefik">
<Labels xmlns="http://schemas.microsoft.com/2015/03/fabact-no-schema">
<Label Key="traefik.expose">true</Label>
<Label Key="traefik.enable">true</Label>
<Label Key="traefik.backend.loadbalancer.stickiness">true</Label>
<Label Key="traefik.frontend.rule.routecheck">PathPrefix: /TraefikType/Watchdog</Label>
</Labels>
Expand Down

0 comments on commit 3a310f8

Please sign in to comment.