Files
actions-runner-controller/config/prometheus/monitor.yaml

16 lines
327 B
YAML
Raw Normal View History

2020-01-28 15:03:23 +09:00
# 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: https
selector:
control-plane: controller-manager