mirror of
https://github.com/minio/minio.git
synced 2024-12-25 22:55:54 -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:
|
endpoints:
|
||||||
{{- if .Values.tls.enabled }}
|
{{- if .Values.tls.enabled }}
|
||||||
- port: https
|
- port: https
|
||||||
|
scheme: https
|
||||||
{{ else }}
|
{{ else }}
|
||||||
- port: http
|
- port: http
|
||||||
|
scheme: http
|
||||||
{{- end }}
|
{{- end }}
|
||||||
path: /minio/v2/metrics/cluster
|
path: /minio/v2/metrics/cluster
|
||||||
{{- if .Values.metrics.serviceMonitor.interval }}
|
{{- if .Values.metrics.serviceMonitor.interval }}
|
||||||
|
Loading…
Reference in New Issue
Block a user