diff options
| author | Paul Buetow <paul@buetow.org> | 2025-12-25 23:23:07 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-12-25 23:23:07 +0200 |
| commit | 1899671eea99a57a2e41e059582aeb850f4d3fcb (patch) | |
| tree | deacc6fee33a2fe68f495d522df63886a6e3766d /f3s/prometheus | |
| parent | f03799721b0d22c0f0c65635b7e20e2decc98404 (diff) | |
observability: enable etcd metrics scraping
- Enable etcd metrics on port 2381
- Add blog post draft documenting the changes
Diffstat (limited to 'f3s/prometheus')
| -rw-r--r-- | f3s/prometheus/persistence-values.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/f3s/prometheus/persistence-values.yaml b/f3s/prometheus/persistence-values.yaml index c7f3a2b..65b5679 100644 --- a/f3s/prometheus/persistence-values.yaml +++ b/f3s/prometheus/persistence-values.yaml @@ -1,3 +1,14 @@ +kubeEtcd: + enabled: true + endpoints: + - 192.168.1.120 + - 192.168.1.121 + - 192.168.1.122 + service: + enabled: true + port: 2381 + targetPort: 2381 + prometheus: prometheusSpec: additionalScrapeConfigsSecret: |
