mirror of
https://github.com/status-im/consul.git
synced 2025-02-18 08:36:46 +00:00
Set default protocol to http in TLS integration test
This commit is contained in:
parent
26f92e74f6
commit
646902621b
@ -1,7 +1,15 @@
|
||||
enable_central_service_config = true
|
||||
|
||||
config_entries {
|
||||
bootstrap {
|
||||
bootstrap = [
|
||||
{
|
||||
kind = "proxy-defaults"
|
||||
name = "global"
|
||||
config {
|
||||
protocol = "http"
|
||||
}
|
||||
},
|
||||
{
|
||||
kind = "ingress-gateway"
|
||||
name = "ingress-gateway"
|
||||
|
||||
@ -22,4 +30,5 @@ config_entries {
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user