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. |