feat(observability): disable grafana on victoria and install via operator

This commit is contained in:
Fritz-Leo.Ochsmann 2025-06-20 11:22:45 +02:00
parent 82fc01ab94
commit ff3736dd1c
4 changed files with 52 additions and 5 deletions

View file

@ -0,0 +1,26 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: grafana-operator
namespace: argocd
labels:
env: dev
spec:
project: default
syncPolicy:
automated:
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
destination:
name: in-cluster
namespace: observability
sources:
- chart: grafana-operator
repoURL: oci://ghcr.io/grafana/helm-charts
targetRevision: v5.18.0
releaseName: grafana-operator
- repoURL: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/stacks-instances
targetRevision: HEAD
path: "otc/observability.think-ahead.cloud/stacks/observability/grafana-operator/manifests"