feat(helm): added serviceMonitor parameters

This commit is contained in:
ptx96
2021-06-25 12:03:07 +02:00
committed by Dario Tranchitella
parent fc8f5a08fe
commit 61d394f844
+12
View File
@@ -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