Rename infrastructure filetree

This commit is contained in:
Daniel Cosme
2026-04-25 19:51:51 -04:00
parent 752edc4a03
commit d174cc4db4
10 changed files with 20 additions and 19 deletions
@@ -0,0 +1,31 @@
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: monitoring
namespace: monitoring
spec:
chart:
spec:
chart: kube-prometheus-stack
interval: 12h0m0s
sourceRef:
kind: HelmRepository
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: {}