We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c096c8 commit 62ed9e9Copy full SHA for 62ed9e9
iac/modules/job-ingress/jobs/traefik.toml
@@ -1,6 +1,7 @@
1
[accessLog]
2
3
[api]
4
+ dashboard = true
5
insecure = false
6
7
[entryPoints]
@@ -19,6 +20,11 @@
19
20
entryPoint = "web"
21
22
[providers]
23
+ [providers.consulCatalog]
24
+ exposedByDefault = false
25
+ [providers.consulCatalog.endpoint]
26
+ address = "${consul_endpoint}"
27
+ token = "${consul_token}"
28
[providers.file]
29
directory = "/local/config"
30
watch = false
@@ -27,8 +33,3 @@
33
[providers.nomad.endpoint]
34
address = "${nomad_endpoint}"
35
token = "${nomad_token}"
- [providers.consulCatalog]
31
- exposedByDefault = false
32
- [providers.consulCatalog.endpoint]
- address = "${consul_endpoint}"
- token = "${consul_token}"
0 commit comments