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 app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/service: s3-exporter-digital-ocean endpoints: - port: metrics interval: 6h scrapeTimeout: 120s 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 app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/service: s3-exporter-ceph-directus endpoints: - port: metrics interval: 6h scrapeTimeout: 120s path: /metrics