Add Promtail

This commit is contained in:
2026-06-12 20:41:30 +00:00
parent 7acc579d74
commit bd4c219728
+25
View File
@@ -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