From 87ea44d161fc924a364011e42a337650e7897cc4 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 5 May 2020 16:34:16 +0200 Subject: Switch Traefik to an HTTP check --- consul/configuration/traefik/traefik.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'consul/configuration') diff --git a/consul/configuration/traefik/traefik.toml b/consul/configuration/traefik/traefik.toml index 6145ffb..03fca8a 100644 --- a/consul/configuration/traefik/traefik.toml +++ b/consul/configuration/traefik/traefik.toml @@ -15,10 +15,8 @@ defaultEntryPoints = ["http", "https"] compress = true [entryPoints.https.tls] - [entryPoints.matrix] - address = ":8448" - compress = true - [entryPoints.matrix.tls] +[ping] +entrypoint = "admin" [retry] -- cgit v1.2.3