feat: updates for the culture

This commit is contained in:
Smigz 2025-06-22 10:19:36 -04:00
parent 13aa1bc4a8
commit dde15fae76
2 changed files with 5 additions and 1 deletions

View file

@ -274,6 +274,7 @@ spec:
prometheus:
prometheusSpec:
maximumStartupDurationSeconds: null
serviceMonitorSelectorNilUsesHelmValues: false
additionalPrometheusRulesMap:
k0s-control-plane-alerts:
groups:

View file

@ -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