This commit is contained in:
Roxedus 2022-06-06 13:37:03 +02:00
parent c757170b67
commit 84a7bfe805
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B

22
apps/templates/loki.yaml Normal file
View File

@ -0,0 +1,22 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: logs
namespace: argo-cd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
server: https://kubernetes.default.svc
namespace: monitoring
project: default
source:
chart: loki-stack
repoURL: https://grafana.github.io/helm-charts
targetRevision: 2.6.4
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true