Add TLS-enabled Router
This commit is contained in:
parent
2895ad21f3
commit
9e3f549341
5 changed files with 53 additions and 0 deletions
|
@ -688,6 +688,11 @@ func TestLoadConfigurationFromIngresses(t *testing.T) {
|
|||
Rule: "Host(`example.com`)",
|
||||
Service: "testing/example-com/80",
|
||||
},
|
||||
"example-com-tls": {
|
||||
Rule: "Host(`example.com`)",
|
||||
Service: "testing/example-com/80",
|
||||
TLS: &dynamic.RouterTLSConfig{},
|
||||
},
|
||||
},
|
||||
Services: map[string]*dynamic.Service{
|
||||
"testing/example-com/80": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue