From 8c03070fac7ba790b19eef2303bba8dd0bb80ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Str=C3=BCbe?= Date: Fri, 18 Oct 2024 15:33:21 +0200 Subject: [PATCH] fix: update README --- charts/pyrra/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/pyrra/README.md b/charts/pyrra/README.md index 37273171e..dc72cf41e 100644 --- a/charts/pyrra/README.md +++ b/charts/pyrra/README.md @@ -62,13 +62,13 @@ The dashboards can be deployed using a ConfigMap and get's automatically [reload | serviceAccount.annotations | object | `{}` | Annotations to add to the service account | | serviceAccount.create | bool | `true` | Specifies whether a service account should be created | | serviceAccount.name | string | `""` | If not set and create is true, a name is generated using the fullname template | -| serviceMonitor.enabled | bool | `true` | enables servicemonitor for server monitoring | +| serviceMonitor.enabled | bool | `false` | enables servicemonitor for server monitoring | | serviceMonitor.interval | string | `""` | Set interval for scraping metrics | | serviceMonitor.jobLabel | string | `""` | provides the possibility to override the jobName if needed | | serviceMonitor.labels | object | `{}` | Set labels for the ServiceMonitor, use this to define your scrape label for Prometheus Operator | | serviceMonitor.metricRelabelings | list | `[]` | Set metric relabelings for the ServiceMonitor | | serviceMonitor.relabelings | list | `[]` | Set relabelings for the ServiceMonitor | -| serviceMonitorOperator.enabled | bool | `true` | enables servicemonitor for operator monitoring | +| serviceMonitorOperator.enabled | bool | `false` | enables servicemonitor for operator monitoring | | serviceMonitorOperator.interval | string | `""` | Set interval for scraping metrics | | serviceMonitorOperator.jobLabel | string | `""` | provides the possibility to override the jobName if needed | | serviceMonitorOperator.labels | object | `{}` | Set labels for the ServiceMonitor, use this to define your scrape label for Prometheus Operator |