[EOS-11830] Use ETCD port 2381 for metrics (#10332)

This commit is contained in:
Francisco Orselli
2023-08-08 20:06:16 +02:00
committed by GitHub
parent 2fbbb70baa
commit 7295d13d60
3 changed files with 12 additions and 1 deletions

View File

@@ -44,3 +44,9 @@ kubeEtcd:
service:
enabled: false
```
To fully override metrics exposition urls, define it in the inventory with:
```yaml
etcd_listen_metrics_urls: "http://0.0.0.0:2381"
```