Files
devops-infa/argocd/monitoring-logging-app.yml
2026-04-28 12:15:53 +02:00

23 lines
487 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: monitoring-logging
namespace: argocd
spec:
project: default
source:
repoURL: https://grafana.github.io/helm-charts
targetRevision: main
chart: loki-stack
helm:
releaseName: loki-stack
destination:
server: https://kubernetes.default.svc
namespace: monitoring-logging
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true