# Loki Helm values # Uses Monolithic deployment mode with filesystem storage on a Longhorn PVC. loki: deploymentMode: Monolithic # Filesystem storage — chunks + rules on the PVC. storage: type: filesystem filesystem: chunks_directory: /var/loki/chunks rules_directory: /var/loki/rules # Required schema config. tsdb store + filesystem object store, schema v13. # See https://grafana.com/docs/loki/latest/operations/storage/schema/. schemaConfig: configs: - from: "2024-04-01" store: tsdb object_store: filesystem schema: v13 index: prefix: index_ period: 24h # For monolithic mode, point tsdb_shipper at the local store (no index gateway). storage_config: tsdb_shipper: active_index_directory: /var/loki/index cache_location: /var/loki/index-cache monolithic: persistence: storageClassName: longhorn accessModes: - ReadWriteOnce size: 10Gi resources: requests: cpu: 100m memory: 256Mi limits: cpu: "1" memory: 1Gi # 7d log retention (user can tune later). limitsConfig: retention_period: 7d # Disable distributed components + gateway + minio (monolithic only). test: enabled: false sidecar: rules: env: REQ_TIMEOUT: "120" REQ_RETRY_CONNECT: "10" REQ_RETRY_READ: "10" REQ_RETRY_TOTAL: "20" IGNORE_ALREADY_PROCESSED: "true" resources: requests: cpu: 10m memory: 32Mi limits: cpu: 100m memory: 64Mi backend: replicas: 0 read: replicas: 0 write: replicas: 0 singleBinary: replicas: 0 gateway: enabled: false minio: enabled: false sops: lastmodified: "2026-08-10T20:52:47Z" mac: ENC[AES256_GCM,data:sT6EiERjNR2hOgsogpkCM3cKRctkGbcxcIrrJB7jb8KJZ2HxGdRGP7+U6uNF3ugxzPcT0O4/80qlEFQ3b+Sf6N+vSAXaBsab+oh7uKt+9En7lgd5V9zkbQtQSS+cr+dlUhU6SOVMCJ2weGyfL59TvIPpxVLy2RRfauAA5W0fl/U=,iv:Bcx4gaBUKZ3GBEKCs4KQMaySuT+Fb7SC7URRrMWRRU8=,tag:byEDzUiP2zdTjPyBO2j1sQ==,type:str] pgp: - created_at: "2026-08-10T20:52:47Z" enc: |- -----BEGIN PGP MESSAGE----- hQIMA7uy4qQr71wiAQ//YxPGeiBdLh1nQ6BiV8hWCne5bJA0PcvafsB3caBLcVu2 wg7mk+MlcHolXLOpS3DSsdYVlfXr1+qIDToXmFeuWMgeGiSUL5mQghIiZfHlBzwT 7aZUcKClYsWg5EGUN9kLkEpqcakrKN/GKE2uBS1Rh0fZUzDbrtugacWfNHmCymQ6 TkExLX0nylb4TJgQ77qLk0iAFKwyJ1xw6x/mcc1z8fbUKhyhs9e9pErhCH8f5myl /mAxx3rRu/bEtfn9IRO+XVLLw3l4b0KK21koFi5ZVB05+sz91c4+UNLSHsHaymtP IAcRnaMa1KyOZ9iZ9iVTbFgFfTZy+4N2dm4tYAyvR9Nphj0+XhVfjeoljEh4HdXY SdtSXh/aC9H45Q6wwT7PvBHywRMLYLj0iAoY++SO6/cHF2HGtZJ3MzjrjcUyUZHL oCK7Qmp64bHdYXJQIIprT+cB5CwUPOgW9lE/LbRwIEPbFzCn6q2LMrbZ1Cna9Dd1 +/AELxscykqatnuRYP+zNEl4y9Foxux4usXMDCl0piNnVWU1b2T4tBRitD65KUnG yR64Dk9E9+OT/v6xaHKxIxBkfrhOj3K1Tb3tyEhgfvan3x6JRMN1bt4wrD0+Q1s6 nY1B/ya63Qo3JHm0461S5oK7Ncv2Op4y1yr//LJ8ueFEOB6zRYoPn4O11WV/29zS XAHMOHZFr7tUXOV222SQ17jIFL/5vrJ0F5WAWrVla4hGRYFUe/Zt/9RABDcKZRWL qzgLvXkfXAiNMqJd1CrOSXBG5MyHoVUYSZef4HXABf2sOxYsGqIgFqUciOa1 =OE2y -----END PGP MESSAGE----- fp: DC6910268E657FF70BA7EC289974494E76938DDC encrypted_regex: ^(password|value|ssh-key|api-key|user|username|privateKey|clientSecret|clientId|apiKey|extraArgs.*|.*Secret.*|extraEnvVars|.*SECRET.*|.*secret.*|key|.*Password|.*\.ya?ml)$ version: 3.10.2