From aa41b51ac1d07b7e09babbaea08abb08998c4074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20R=C3=B8stvik?= Date: Sun, 18 Dec 2022 02:17:59 +0100 Subject: [PATCH] logs --- apps/templates/loki.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 apps/templates/loki.yaml diff --git a/apps/templates/loki.yaml b/apps/templates/loki.yaml new file mode 100644 index 0000000..972e63f --- /dev/null +++ b/apps/templates/loki.yaml @@ -0,0 +1,27 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: loki + namespace: argo-cd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + server: https://kubernetes.default.svc + namespace: prometheus + project: default + source: + chart: loki-stack + helm: + values: | + + test_pod: {} + + repoURL: https://grafana.github.io/helm-charts + targetRevision: 2.8.7 + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true