From 0d1ebee6efdb9a984a0256d2cd0bf1786c02d935 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Sat, 21 Sep 2024 12:37:10 +0200 Subject: [PATCH] chore(nextcloud): some values in metrics --- charts/nextcloud/values.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/charts/nextcloud/values.yaml b/charts/nextcloud/values.yaml index 0a6ad0ad..c4bb0f61 100644 --- a/charts/nextcloud/values.yaml +++ b/charts/nextcloud/values.yaml @@ -603,13 +603,19 @@ dnsConfig: {} ## Prometheus Exporter / Metrics ## metrics: + # -- Setup nextcloud-exporter + # @section Metrics enabled: false + # -- relica count of nextcloud-exporter + # @section Metrics replicaCount: 1 - # Optional: becomes NEXTCLOUD_SERVER env var in the nextcloud-exporter container. + # -- Optional: becomes NEXTCLOUD_SERVER env var in the nextcloud-exporter container. # Without it, we will use the full name of the nextcloud service + # @section Metrics server: "" - # The metrics exporter needs to know how you serve Nextcloud either http or https + # -- The metrics exporter needs to know how you serve Nextcloud either http or https + # @section Metrics https: false # Use API token if set, otherwise fall back to password authentication # https://github.com/xperimental/nextcloud-exporter#token-authentication