feat: updates for the culture
This commit is contained in:
parent
13aa1bc4a8
commit
dde15fae76
2 changed files with 5 additions and 1 deletions
|
@ -274,6 +274,7 @@ spec:
|
||||||
prometheus:
|
prometheus:
|
||||||
prometheusSpec:
|
prometheusSpec:
|
||||||
maximumStartupDurationSeconds: null
|
maximumStartupDurationSeconds: null
|
||||||
|
serviceMonitorSelectorNilUsesHelmValues: false
|
||||||
additionalPrometheusRulesMap:
|
additionalPrometheusRulesMap:
|
||||||
k0s-control-plane-alerts:
|
k0s-control-plane-alerts:
|
||||||
groups:
|
groups:
|
||||||
|
|
|
@ -2,7 +2,7 @@ apiVersion: monitoring.coreos.com/v1
|
||||||
kind: ServiceMonitor
|
kind: ServiceMonitor
|
||||||
metadata:
|
metadata:
|
||||||
name: k0s
|
name: k0s
|
||||||
namespace: k0s-system
|
namespace: monitoring
|
||||||
spec:
|
spec:
|
||||||
endpoints:
|
endpoints:
|
||||||
- port: http
|
- port: http
|
||||||
|
@ -12,3 +12,6 @@ spec:
|
||||||
app: k0s-observability
|
app: k0s-observability
|
||||||
component: pushgateway
|
component: pushgateway
|
||||||
k0s.k0sproject.io/stack: metrics
|
k0s.k0sproject.io/stack: metrics
|
||||||
|
namespaceSelector:
|
||||||
|
matchNames:
|
||||||
|
- kube-system
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue