30 lines
598 B
YAML
30 lines
598 B
YAML
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: |
|
|
|
|
loki.isDefault: false
|
|
test_pod: {}
|
|
prometheus.enabled: true
|
|
|
|
repoURL: https://grafana.github.io/helm-charts
|
|
targetRevision: 2.8.9
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|