From 61d394f8446a6dcdef6aed00173f8a6312c0dd77 Mon Sep 17 00:00:00 2001 From: ptx96 Date: Fri, 25 Jun 2021 10:47:25 +0200 Subject: [PATCH] feat(helm): added serviceMonitor parameters --- charts/capsule/values.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/charts/capsule/values.yaml b/charts/capsule/values.yaml index 3008a11e..259b3417 100644 --- a/charts/capsule/values.yaml +++ b/charts/capsule/values.yaml @@ -56,3 +56,15 @@ replicaCount: 1 affinity: {} podSecurityPolicy: enabled: false + +serviceMonitor: + enabled: false + # Install the ServiceMonitor into a different Namespace, as the monitoring stack one (default: the release one) + namespace: + # Assign additional labels according to Prometheus' serviceMonitorSelector matching labels + labels: {} + annotations: {} + matchLabels: {} + serviceAccount: + name: capsule + namespace: capsule-system