mirror of https://github.com/status-im/consul.git
Update command/connect/envoy/bootstrap_tpl.go
Co-authored-by: Paul Glass <pglass@hashicorp.com>
This commit is contained in:
parent
cd185c4c2c
commit
161273a931
|
@ -123,7 +123,7 @@ type BootstrapTplArgs struct {
|
||||||
// metrics endpoint. Only applicable when envoy_prometheus_bind_addr is set in the proxy config.
|
// metrics endpoint. Only applicable when envoy_prometheus_bind_addr is set in the proxy config.
|
||||||
PrometheusCertFile string
|
PrometheusCertFile string
|
||||||
|
|
||||||
// PrometheusKeyFile is the path to a private key file Envoy to use when service TLS on the Prometheus metrics
|
// PrometheusKeyFile is the path to a private key file Envoy to use when serving TLS on the Prometheus metrics
|
||||||
// endpoint. Only applicable when envoy_prometheus_bind_addr is set in the proxy config.
|
// endpoint. Only applicable when envoy_prometheus_bind_addr is set in the proxy config.
|
||||||
PrometheusKeyFile string
|
PrometheusKeyFile string
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue