Loki sandbox

From UVOO Tech Wiki
Revision as of 13:07, 20 June 2025 by Busk (talk | contribs) (Created page with "``` loki: storage: type: azure storageConfig: boltdb_shipper: shared_store: azure active_index_directory: /var/loki/index cache_location: /var/lo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
loki:
  storage:
    type: azure
  storageConfig:
    boltdb_shipper:
      shared_store: azure
      active_index_directory: /var/loki/index
      cache_location: /var/loki/cache
    azure:
      account_name: ${AZURE_ACCOUNT_NAME}
      account_key: ${AZURE_ACCOUNT_KEY}
      container_name: ${LOKI_CHUNKS_CONTAINER}
      endpoint_suffix: blob.core.windows.net
  persistence:
    enabled: true
    size: 50Gi
    accessModes:
      - ReadWriteOnce