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