1
0
Fork 0

Allow configuring server URLs with label providers

This commit is contained in:
Taylor Yelverton 2025-01-09 10:20:06 -06:00 committed by GitHub
parent b0a72960bc
commit 95dd17e020
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 924 additions and 48 deletions

View file

@ -654,12 +654,10 @@ func Test_buildConfiguration(t *testing.T) {
},
Servers: []dynamic.Server{
{
URL: "foobar",
Scheme: "http",
URL: "foobar",
},
{
URL: "foobar",
Scheme: "http",
URL: "foobar",
},
},
HealthCheck: &dynamic.ServerHealthCheck{