From b7ad9fd4f7655f59be78fff31f335056dcd55743 Mon Sep 17 00:00:00 2001 From: Chris Richardson Date: Fri, 24 Jan 2025 14:00:54 -0500 Subject: [PATCH] add loki --- helm/loki.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 helm/loki.yaml diff --git a/helm/loki.yaml b/helm/loki.yaml new file mode 100644 index 0000000..109e7c8 --- /dev/null +++ b/helm/loki.yaml @@ -0,0 +1,15 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: loki + namespace: argocd +spec: + project: default + source: + chart: loki-stack + repoURL: https://grafana.github.io/helm-charts + helm: + releaseName: loki + destination: + server: "https://kubernetes.default.svc" + namespace: grafana-loki