open-consul/test/integration/connect/envoy/case-centralconf/config_entries.hcl

20 lines
342 B
HCL

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"
}
}