updates
This commit is contained in:
parent
ee8ffeaf11
commit
724d415fc8
4 changed files with 328 additions and 1 deletions
14
manifests/prometheues-service-monitor.yaml
Normal file
14
manifests/prometheues-service-monitor.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue