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.24.0 helm: valuesObject: deploymentMode: SingleBinary loki: auth_enabled: false commonConfig: replication_factor: 1 storage: type: filesystem schemaConfig: configs: - from: "2024-01-01" store: tsdb object_store: filesystem schema: v13 index: prefix: loki_index_ period: 24h limits_config: retention_period: 168h max_query_series: 500 max_query_parallelism: 2 singleBinary: replicas: 1 resources: requests: memory: 256Mi cpu: 100m limits: memory: 1Gi persistence: enabled: true storageClass: longhorn size: 10Gi gateway: enabled: false backend: replicas: 0 read: replicas: 0 write: replicas: 0 chunksCache: enabled: false resultsCache: enabled: false destination: server: https://kubernetes.default.svc namespace: observability syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true