warning should not be a fail status

This commit is contained in:
Jean Prat
2019-08-05 17:40:04 +02:00
committed by Traefiker Bot
parent b102e6de5a
commit 0a89cccdc0
3 changed files with 22 additions and 2 deletions

View File

@@ -37,6 +37,15 @@ stale = false
#
domain = "consul.localhost"
# Keep a Consul node only if all checks status are passing
# If true, only the Consul nodes with checks status 'passing' will be kept.
# if false, only the Consul nodes with checks status 'passing' or 'warning' will be kept.
#
# Optional
# Default: true
#
strictChecks = true
# Prefix for Consul catalog tags.
#
# Optional