Files
homelab/infrastructure/hydra/monitoring/controllers/release.yaml
T

32 lines
625 B
YAML
Raw Normal View History

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:
kind: HelmRelease
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: {}