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