Files
capsule/config/prometheus/monitor.yaml
T

17 lines
348 B
YAML

# Prometheus Monitor Service (Metrics)
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels:
control-plane: controller-manager
name: controller-manager-metrics-monitor
namespace: system
spec:
endpoints:
- path: /metrics
port: metrics
selector:
matchLabels:
control-plane: controller-manager