Files
infrastructure/clusters/cl01tl/helm/volsync/templates/service-monitor.yaml
2026-04-23 17:26:26 -05:00

20 lines
434 B
YAML

apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: volsync
labels:
control-plane: volsync-controller
app.kubernetes.io/name: volsync
{{- include "custom.labels" . | nindent 4 }}
spec:
endpoints:
- interval: 30s
path: /metrics
port: https
scheme: https
tlsConfig:
insecureSkipVerify: true
selector:
matchLabels:
control-plane: volsync-controller