chore: Update manifests after change

This commit is contained in:
2025-12-12 05:01:19 +00:00
parent 8a7a5c56c4
commit 6e4c31ac53

View File

@@ -0,0 +1,20 @@
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: volsync
labels:
control-plane: volsync-controller
app.kubernetes.io/name: volsync
app.kubernetes.io/instance: volsync
app.kubernetes.io/part-of: volsync
spec:
endpoints:
- interval: 30s
path: /metrics
port: https
scheme: https
tlsConfig:
insecureSkipVerify: true
selector:
matchLabels:
control-plane: volsync-controller