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