apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor metadata: name: s3-exporter-digital-ocean namespace: {{ .Release.Namespace }} labels: app.kubernetes.io/name: s3-exporter-digital-ocean app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/part-of: {{ .Release.Name }} spec: selector: matchLabels: app.kubernetes.io/name: s3-exporter-digital-ocean app.kubernetes.io/instance: {{ .Release.Name }} endpoints: - port: metrics interval: 120s scrapeTimeout: 30s path: /metrics --- apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor metadata: name: s3-exporter-ceph-directus namespace: {{ .Release.Namespace }} labels: app.kubernetes.io/name: s3-exporter-ceph-directus app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/part-of: {{ .Release.Name }} spec: selector: matchLabels: app.kubernetes.io/name: s3-exporter-ceph-directus app.kubernetes.io/instance: {{ .Release.Name }} endpoints: - port: metrics interval: 120s scrapeTimeout: 30s path: /metrics