feat: add observability stack to gitops (kube-prom-stack, loki, helm-dashboard, blackbox-exporter)

This commit is contained in:
2026-04-29 13:33:35 +02:00
parent befea76e7e
commit 86feb58574
7 changed files with 209 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: loki
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "2"
spec:
project: default
sources:
- repoURL: https://grafana.github.io/helm-charts
chart: loki-stack
targetRevision: 2.9.9
helm:
releaseName: loki
valueFiles:
- $values/apps/observability/loki-values.yaml
- repoURL: https://gitea.alexandre-vazquez.cloud/baphemot/gitops.git
targetRevision: HEAD
ref: values
destination:
server: https://kubernetes.default.svc
namespace: observability
syncPolicy:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true