Upgraded traefik to v1.4.4. Added traefik constraints configuration. Added EnableServiceHealthFilter configuration

This commit is contained in:
Raul Sanchez
2017-11-29 23:32:47 +01:00
parent 657a8c06c2
commit bfb180a2da
7 changed files with 427 additions and 2 deletions
+8
View File
@@ -19,6 +19,14 @@ catalog:
- metadata
- api
- external
- variable: "rancher_healthcheck"
description: |
Enable/disable rancher services healtcheck filter. If enable, just healthy services will be published.
Only valid for api and metadata integration.
label: "Rancher healthcheck filter:"
required: true
default: false
type: "boolean"
- variable: "host_label"
description: "Host label where to run traefik service."
label: "Host label:"