mirror of
https://github.com/minio/minio.git
synced 2025-11-20 01:50:24 -05:00
fix servicemonitor scheme in helm chart (#13271)
Added `scheme` to servicemonitor.yaml
This commit is contained in:
@@ -18,8 +18,10 @@ spec:
|
||||
endpoints:
|
||||
{{- if .Values.tls.enabled }}
|
||||
- port: https
|
||||
scheme: https
|
||||
{{ else }}
|
||||
- port: http
|
||||
scheme: http
|
||||
{{- end }}
|
||||
path: /minio/v2/metrics/cluster
|
||||
{{- if .Values.metrics.serviceMonitor.interval }}
|
||||
|
||||
Reference in New Issue
Block a user