14 lines
286 B
YAML
14 lines
286 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
name: k0s
|
|
namespace: k0s-system
|
|
spec:
|
|
endpoints:
|
|
- port: http
|
|
honorLabels: true
|
|
selector:
|
|
matchLabels:
|
|
app: k0s-observability
|
|
component: pushgateway
|
|
k0s.k0sproject.io/stack: metrics
|