Difference between revisions of "Loki sandbox"
Jump to navigation
Jump to search
(Created page with "``` loki: storage: type: azure storageConfig: boltdb_shipper: shared_store: azure active_index_directory: /var/loki/index cache_location: /var/lo...") |
(No difference)
|
Latest revision as of 13:07, 20 June 2025
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