apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: loki namespace: argocd spec: project: default source: repoURL: https://grafana.github.io/helm-charts chart: loki targetRevision: ">=6.0.0, <7.0.0" helm: values: | loki: commonConfig: replication_factor: 1 storage: type: filesystem useTestSchema: true singleBinary: replicas: 1 persistence: enabled: true size: 10Gi deploymentMode: SingleBinary backend: replicas: 0 read: replicas: 0 write: replicas: 0 chunksCache: enabled: false resultsCache: enabled: false destination: server: https://kubernetes.default.svc namespace: monitoring syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true