From 9f99855c90b31c9f443dcc13d52ea09ef900d932 Mon Sep 17 00:00:00 2001 From: "k8s-at-home[bot]" Date: Sun, 12 Sep 2021 21:33:35 +0000 Subject: [PATCH] Auto-generate chart README [no ci] --- charts/stable/lidarr/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/stable/lidarr/README.md b/charts/stable/lidarr/README.md index d3b8d9ca..4aa37a1e 100644 --- a/charts/stable/lidarr/README.md +++ b/charts/stable/lidarr/README.md @@ -82,7 +82,7 @@ N/A | image.repository | string | `"ghcr.io/k8s-at-home/lidarr"` | image repository | | image.tag | string | `"v1.0.0.2255"` | image tag | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | -| metrics.enabled | bool | See values.yaml | Enable and configure Exportarr sidecar and Prometheus podMonitor. | +| metrics.enabled | bool | See values.yaml | Enable and configure Exportarr sidecar and Prometheus serviceMonitor. | | metrics.exporter.env.additionalMetrics | bool | `false` | Set to true to enable gathering of additional metrics (slow) | | metrics.exporter.env.port | int | `9792` | metrics port | | metrics.exporter.env.unknownQueueItems | bool | `false` | Set to true to enable gathering unknown queue items | @@ -91,9 +91,9 @@ N/A | metrics.exporter.image.tag | string | `"v0.6.1"` | image tag | | metrics.prometheusRule | object | See values.yaml | Enable and configure Prometheus Rules for the chart under this key. | | metrics.prometheusRule.rules | list | See prometheusrules.yaml | Configure additionial rules for the chart under this key. | -| metrics.serviceMonitor.interval | string | `"30s"` | | +| metrics.serviceMonitor.interval | string | `"3m"` | | | metrics.serviceMonitor.labels | object | `{}` | | -| metrics.serviceMonitor.scrapeTimeout | string | `"10s"` | | +| metrics.serviceMonitor.scrapeTimeout | string | `"1m"` | | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | probes | object | See values.yaml | Configures the probes for the main Pod. | | service | object | See values.yaml | Configures service settings for the chart. | @@ -108,7 +108,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), #### Changed -- **BREAKING**: Refactored Prometheus metrics section to add rules. Enabling metrics automatically enables the serviceMonitor. +- **BREAKING**: Refactored Prometheus metrics section to add rules. Enabling metrics automatically enables the serviceMonitor and exporter sidecar. ### [12.0.0]