no service account needed
This commit is contained in:
		| @@ -5,35 +5,13 @@ rbac: | |||||||
|  |  | ||||||
| prometheus: | prometheus: | ||||||
|  |  | ||||||
|  |   rbacPrometheus: false | ||||||
|   # Prometheus Operator ServiceMonitors. To be used as an alternative |   # Prometheus Operator ServiceMonitors. To be used as an alternative | ||||||
|   # to podMonitor, supports secure metrics. |   # to podMonitor, supports secure metrics. | ||||||
|   serviceMonitor: |   serviceMonitor: | ||||||
|     # enable support for Prometheus Operator |     # enable support for Prometheus Operator | ||||||
|     enabled: true |     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 | # controller contains configuration specific to the MetalLB cluster | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user