2026-01-19 14:40:25 -08:00
|
|
|
# Grafana configuration - Tailscale Ingress and Dashboard ConfigMaps
|
|
|
|
|
#
|
|
|
|
|
# Depends on: grafana app (for the Service to exist)
|
|
|
|
|
#
|
|
|
|
|
# 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-config
|
|
|
|
|
namespace: argocd
|
|
|
|
|
spec:
|
|
|
|
|
project: default
|
|
|
|
|
source:
|
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
|
|
|
|
|
path: argocd/manifests/grafana-config
|
|
|
|
|
destination:
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
namespace: monitoring
|
|
|
|
|
syncPolicy:
|
|
|
|
|
syncOptions:
|
|
|
|
|
- CreateNamespace=true
|