22 lines
287 B
HCL
22 lines
287 B
HCL
|
config_entries {
|
||
|
bootstrap {
|
||
|
kind = "proxy-defaults"
|
||
|
name = "global"
|
||
|
|
||
|
config {
|
||
|
protocol = "tcp"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
bootstrap {
|
||
|
kind = "service-resolver"
|
||
|
name = "s2"
|
||
|
|
||
|
failover = {
|
||
|
"*" = {
|
||
|
targets = [{peer = "primary-to-alpha"}]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|