From 384e9fbaecc69fc5c03346ff82e9f0f2c45096e0 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Mon, 15 Jan 2024 19:12:19 +0100 Subject: [PATCH] no service account needed --- infrastructure/metallb-system/values.yaml | 24 +---------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/infrastructure/metallb-system/values.yaml b/infrastructure/metallb-system/values.yaml index 242bb2b..eccaa56 100644 --- a/infrastructure/metallb-system/values.yaml +++ b/infrastructure/metallb-system/values.yaml @@ -5,35 +5,13 @@ rbac: prometheus: - + rbacPrometheus: false # Prometheus Operator ServiceMonitors. To be used as an alternative # to podMonitor, supports secure metrics. serviceMonitor: # enable support for Prometheus Operator enabled: true - speaker: - # optional additional labels for the speaker serviceMonitor - additionalLabels: {} - # optional additional annotations for the speaker serviceMonitor - annotations: {} - # optional tls configuration for the speaker serviceMonitor, in case - # secure metrics are enabled. - tlsConfig: - insecureSkipVerify: true - - controller: - # optional additional labels for the controller serviceMonitor - additionalLabels: {} - # optional additional annotations for the controller serviceMonitor - annotations: {} - # optional tls configuration for the controller serviceMonitor, in case - # secure metrics are enabled. - tlsConfig: - insecureSkipVerify: true - - # Job label for scrape target - jobLabel: "app.kubernetes.io/name" # controller contains configuration specific to the MetalLB cluster