2026-01-19 14:40:25 -08:00
|
|
|
# Grafana - Dashboards & Observability
|
|
|
|
|
#
|
|
|
|
|
# Chart mirrored from https://github.com/grafana/helm-charts to forge
|
|
|
|
|
#
|
|
|
|
|
# Before syncing, create the admin password secret:
|
|
|
|
|
# kubectl create namespace monitoring
|
|
|
|
|
# op inject -i argocd/manifests/grafana-config/secret-admin.yaml.tpl | kubectl apply -f -
|
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
kind: Application
|
|
|
|
|
metadata:
|
|
|
|
|
name: grafana
|
|
|
|
|
namespace: argocd
|
|
|
|
|
spec:
|
|
|
|
|
project: default
|
|
|
|
|
sources:
|
|
|
|
|
# Helm chart from forge mirror (SSH via egress)
|
2026-01-26 11:20:11 -08:00
|
|
|
- repoURL: ssh://forgejo@forge.ops.eblu.me:2222/eblume/grafana-helm-charts.git
|
2026-01-19 14:40:25 -08:00
|
|
|
targetRevision: grafana-8.8.2
|
|
|
|
|
path: charts/grafana
|
|
|
|
|
helm:
|
|
|
|
|
releaseName: grafana
|
|
|
|
|
valueFiles:
|
|
|
|
|
- $values/argocd/manifests/grafana/values.yaml
|
|
|
|
|
# Values from our git repo
|
2026-01-26 11:20:11 -08:00
|
|
|
- repoURL: ssh://forgejo@forge.ops.eblu.me:2222/eblume/blumeops.git
|
2026-01-19 14:40:25 -08:00
|
|
|
targetRevision: main
|
|
|
|
|
ref: values
|
|
|
|
|
destination:
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
namespace: monitoring
|
|
|
|
|
syncPolicy:
|
|
|
|
|
syncOptions:
|
|
|
|
|
- CreateNamespace=true
|