Add Promtail
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user