aboutsummaryrefslogtreecommitdiff
path: root/consul
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-05-05 16:34:16 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-05-05 16:34:16 +0200
commit87ea44d161fc924a364011e42a337650e7897cc4 (patch)
tree7d63e838eaf20a141865a9da92835fed3c4fee42 /consul
parent7cf4ed0c872c926ab8a4bd8515c6e0d3880b14d9 (diff)
downloadinfrastructure-87ea44d161fc924a364011e42a337650e7897cc4.tar.gz
infrastructure-87ea44d161fc924a364011e42a337650e7897cc4.zip
Switch Traefik to an HTTP check
Diffstat (limited to 'consul')
-rw-r--r--consul/configuration/traefik/traefik.toml6
1 files changed, 2 insertions, 4 deletions
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]