apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor metadata: name: minio labels: release: kube-prometheus-stack v1.min.io/tenant: {{ .Values.tenant.tenant.name }} spec: jobLabel: minio selector: matchLabels: v1.min.io/tenant: {{ .Values.tenant.tenant.name }} endpoints: - port: https-minio interval: 30s scrapeTimeout: 10s path: /minio/v2/metrics/cluster scheme: https tlsConfig: insecureSkipVerify: true - port: https-minio interval: 30s scrapeTimeout: 10s path: /minio/v2/metrics/node scheme: https tlsConfig: insecureSkipVerify: true