From d9a5258f4027a6714acf9e77254ea33b5710a68f Mon Sep 17 00:00:00 2001 From: Joni Collinge Date: Thu, 17 May 2018 10:04:03 +0100 Subject: [PATCH] Update docs to match SF provider labels --- docs/configuration/backends/servicefabric.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/configuration/backends/servicefabric.md b/docs/configuration/backends/servicefabric.md index d404116dd..a0ccaa44e 100644 --- a/docs/configuration/backends/servicefabric.md +++ b/docs/configuration/backends/servicefabric.md @@ -98,8 +98,9 @@ Labels, set through extensions or the property manager, can be used on services |------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `traefik.enable=false` | Disable this container in Træfik | | `traefik.backend.circuitbreaker.expression=EXPR` | Create a [circuit breaker](/basics/#backends) to be used against the backend | -| `traefik.backend.group.name` | Group all services with the same name into a single backend in Træfik | -| `traefik.backend.group.weight` | Set the weighting of the current services nodes in the backend group | +| `traefik.servicefabric.groupname` | Group all services with the same name into a single backend in Træfik | +| `traefik.servicefabric.groupweight` | Set the weighting of the current services nodes in the backend group | +| `traefik.servicefabric.enablelabeloverrides` | Toggle whether labels can be overridden using the Service Fabric Property Manager API | | `traefik.backend.healthcheck.path=/health` | Enable health check for the backend, hitting the container at `path`. | | `traefik.backend.healthcheck.port=8080` | Allow to use a different port for the health check. | | `traefik.backend.healthcheck.interval=1s` | Define the health check interval. |