refactor(loki/examples): reorder keys to improve readability

This commit is contained in:
Michele Cereda
2025-06-10 18:33:09 +02:00
parent aecd24e3af
commit 9f28311f0f

View File

@@ -6,6 +6,16 @@ loki:
analytics: analytics:
reporting_enabled: false reporting_enabled: false
auth_enabled: false auth_enabled: false
storage:
type: s3
bucketNames:
chunks: exampleorg-loki-chunks
s3:
region: eu-west-1
storage_config:
aws:
region: eu-west-1
bucketnames: exampleorg-loki-chunks
schemaConfig: schemaConfig:
configs: configs:
- from: '2020-10-24' - from: '2020-10-24'
@@ -15,27 +25,15 @@ loki:
index: index:
prefix: index_ prefix: index_
period: 24h period: 24h
storage_config: limits_config:
aws: allow_structured_metadata: true
region: eu-west-1
bucketnames: exampleorg-loki-chunks
ingester: ingester:
chunk_encoding: snappy chunk_encoding: snappy
wal: wal:
flush_on_shutdown: true flush_on_shutdown: true
limits_config:
allow_structured_metadata: true
querier: querier:
max_concurrent: 4 max_concurrent: 4
storage:
type: s3
bucketNames:
chunks: exampleorg-loki-chunks
s3:
region: eu-west-1
global: global:
image: image:
registry: 012345678901.dkr.ecr.eu-west-1.amazonaws.com registry: 012345678901.dkr.ecr.eu-west-1.amazonaws.com
@@ -70,6 +68,8 @@ singleBinary:
operator: In operator: In
values: values:
- loki - loki
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution: [] # avoid default pod spreading
tolerations: tolerations:
- key: example.com/reservation.app - key: example.com/reservation.app
operator: Equal operator: Equal