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:
|
||||
prometheusSpec:
|
||||
maximumStartupDurationSeconds: null
|
||||
serviceMonitorSelectorNilUsesHelmValues: false
|
||||
additionalPrometheusRulesMap:
|
||||
k0s-control-plane-alerts:
|
||||
groups:
|
||||
|
|
|
@ -2,7 +2,7 @@ apiVersion: monitoring.coreos.com/v1
|
|||
kind: ServiceMonitor
|
||||
metadata:
|
||||
name: k0s
|
||||
namespace: k0s-system
|
||||
namespace: monitoring
|
||||
spec:
|
||||
endpoints:
|
||||
- port: http
|
||||
|
@ -12,3 +12,6 @@ spec:
|
|||
app: k0s-observability
|
||||
component: pushgateway
|
||||
k0s.k0sproject.io/stack: metrics
|
||||
namespaceSelector:
|
||||
matchNames:
|
||||
- kube-system
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue