diff --git a/apps/promtail/promtail.yaml b/apps/promtail/promtail.yaml new file mode 100644 index 0000000..ad921ff --- /dev/null +++ b/apps/promtail/promtail.yaml @@ -0,0 +1,25 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: promtail + namespace: argocd +spec: + project: default + source: + repoURL: https://grafana.github.io/helm-charts + chart: promtail + targetRevision: 6.* + helm: + values: | + config: + clients: + - url: http://loki-gateway.loki.svc.cluster.local/loki/api/v1/push + destination: + server: https://kubernetes.default.svc + namespace: promtail + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true