mirror of
https://github.com/minio/minio.git
synced 2024-12-25 06:35:56 -05:00
fix servicemonitor scheme in helm chart (#13271)
Added `scheme` to servicemonitor.yaml
This commit is contained in:
parent
9a27c4a2f0
commit
51b0194b8a
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user