2026-04-21 13:09:47 -04:00
|
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
2026-04-21 13:06:42 -04:00
|
|
|
kind: HelmRelease
|
|
|
|
|
metadata:
|
|
|
|
|
name: monitoring
|
|
|
|
|
namespace: monitoring
|
|
|
|
|
spec:
|
|
|
|
|
chart:
|
|
|
|
|
spec:
|
|
|
|
|
chart: kube-prometheus-stack
|
|
|
|
|
interval: 12h0m0s
|
|
|
|
|
sourceRef:
|
2026-04-21 13:13:54 -04:00
|
|
|
kind: HelmRepository
|
2026-04-21 13:06:42 -04:00
|
|
|
name: monitoring
|
|
|
|
|
namespace: monitoring
|
|
|
|
|
version: 66.x
|
|
|
|
|
driftDetection:
|
|
|
|
|
ignore:
|
|
|
|
|
- paths:
|
|
|
|
|
- /metadata/annotations/prometheus-operator-validated
|
|
|
|
|
target:
|
|
|
|
|
kind: PrometheusRule
|
|
|
|
|
mode: enabled
|
|
|
|
|
install:
|
|
|
|
|
crds: Create
|
|
|
|
|
interval: 30m0s
|
|
|
|
|
upgrade:
|
|
|
|
|
crds: CreateReplace
|
|
|
|
|
values:
|
|
|
|
|
grafana:
|
|
|
|
|
adminPassword: grafana-admin
|
|
|
|
|
status: {}
|