Argo/apps/templates/loki.yaml

30 lines
598 B
YAML
Raw Permalink Normal View History

2022-12-18 02:17:59 +01:00
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: |
2022-12-18 02:34:05 +01:00
loki.isDefault: false
2022-12-18 02:17:59 +01:00
test_pod: {}
2022-12-26 02:53:00 +01:00
prometheus.enabled: true
2022-12-18 02:17:59 +01:00
repoURL: https://grafana.github.io/helm-charts
targetRevision: 2.9.9
2022-12-18 02:17:59 +01:00
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true