Add some monitoring charts

This commit is contained in:
j 2025-08-21 22:13:03 +10:00
parent 65d6fa9e8b
commit 2476886d4b
3 changed files with 63 additions and 0 deletions

View file

@ -0,0 +1,21 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: grafana
namespace: argocd
spec:
project: default
source:
repoURL: "https://grafana.github.io/helm-charts"
chart: "grafana"
targetRevision: "9.3.2"
destination:
server: "https://kubernetes.default.svc"
namespace: monitoring
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true

View file

@ -0,0 +1,21 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: grafana
namespace: argocd
spec:
project: default
source:
repoURL: "https://grafana.github.io/helm-charts"
chart: "loki"
targetRevision: "6.36.1"
destination:
server: "https://kubernetes.default.svc"
namespace: monitoring
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true

View file

@ -0,0 +1,21 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: prometheus
namespace: argocd
spec:
project: default
source:
repoURL: "oci://ghcr.io/prometheus-community/charts/prometheus"
chart: "prometheus"
targetRevision: "27.31.0"
destination:
server: "https://kubernetes.default.svc"
namespace: monitoring
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true