2
0
mirror of https://github.com/status-im/consul.git synced 2025-03-02 22:30:43 +00:00

20 lines
342 B
HCL
Raw Normal View History

config_entries {
bootstrap {
kind = "proxy-defaults"
name = "global"
config {
envoy_prometheus_bind_addr = "0.0.0.0:1234"
}
}
bootstrap {
kind = "service-defaults"
name = "s1"
protocol = "http"
}
bootstrap {
kind = "service-defaults"
name = "s2"
protocol = "http"
}
}