Skip to content

Commit 62ed9e9

Browse files
committed
clean up, bring back a default parameter
1 parent 9c096c8 commit 62ed9e9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

iac/modules/job-ingress/jobs/traefik.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[accessLog]
22

33
[api]
4+
dashboard = true
45
insecure = false
56

67
[entryPoints]
@@ -19,6 +20,11 @@
1920
entryPoint = "web"
2021

2122
[providers]
23+
[providers.consulCatalog]
24+
exposedByDefault = false
25+
[providers.consulCatalog.endpoint]
26+
address = "${consul_endpoint}"
27+
token = "${consul_token}"
2228
[providers.file]
2329
directory = "/local/config"
2430
watch = false
@@ -27,8 +33,3 @@
2733
[providers.nomad.endpoint]
2834
address = "${nomad_endpoint}"
2935
token = "${nomad_token}"
30-
[providers.consulCatalog]
31-
exposedByDefault = false
32-
[providers.consulCatalog.endpoint]
33-
address = "${consul_endpoint}"
34-
token = "${consul_token}"

0 commit comments

Comments
 (0)