From 458c75b76252907750fb6391cbfa71d59015e1c1 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 22 Oct 2022 14:12:06 -0500 Subject: [PATCH] nextcloud metrics --- nextcloud/values.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/nextcloud/values.yaml b/nextcloud/values.yaml index 3a0c91b..502f16e 100644 --- a/nextcloud/values.yaml +++ b/nextcloud/values.yaml @@ -150,3 +150,28 @@ nextcloud: timeoutSeconds: 5 failureThreshold: 30 successThreshold: 1 + + metrics: + enabled: true + + replicaCount: 1 + https: false + + image: + repository: xperimental/nextcloud-exporter + pullPolicy: Always + + service: + type: ClusterIP + annotations: + prometheus.io/scrape: "true" + prometheus.io/port: "9205" + labels: {} + + serviceMonitor: + enabled: true + namespace: "kube-prometheus-stack" + jobLabel: "" + interval: 30s + scrapeTimeout: "" + labels: {} \ No newline at end of file