fix: add all required replica=0 settings for Loki v6 singleBinary
This commit is contained in:
@@ -6,6 +6,8 @@ loki:
|
|||||||
replication_factor: 1
|
replication_factor: 1
|
||||||
limits_config:
|
limits_config:
|
||||||
retention_period: 168h
|
retention_period: 168h
|
||||||
|
allow_structured_metadata: true
|
||||||
|
volume_enabled: true
|
||||||
schemaConfig:
|
schemaConfig:
|
||||||
configs:
|
configs:
|
||||||
- from: "2024-01-01"
|
- from: "2024-01-01"
|
||||||
@@ -17,6 +19,10 @@ loki:
|
|||||||
period: 24h
|
period: 24h
|
||||||
storage:
|
storage:
|
||||||
type: filesystem
|
type: filesystem
|
||||||
|
pattern_ingester:
|
||||||
|
enabled: true
|
||||||
|
ruler:
|
||||||
|
enable_api: true
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
replicas: 0
|
replicas: 0
|
||||||
@@ -27,6 +33,33 @@ read:
|
|||||||
write:
|
write:
|
||||||
replicas: 0
|
replicas: 0
|
||||||
|
|
||||||
|
ingester:
|
||||||
|
replicas: 0
|
||||||
|
|
||||||
|
querier:
|
||||||
|
replicas: 0
|
||||||
|
|
||||||
|
queryFrontend:
|
||||||
|
replicas: 0
|
||||||
|
|
||||||
|
queryScheduler:
|
||||||
|
replicas: 0
|
||||||
|
|
||||||
|
distributor:
|
||||||
|
replicas: 0
|
||||||
|
|
||||||
|
compactor:
|
||||||
|
replicas: 0
|
||||||
|
|
||||||
|
indexGateway:
|
||||||
|
replicas: 0
|
||||||
|
|
||||||
|
bloomCompactor:
|
||||||
|
replicas: 0
|
||||||
|
|
||||||
|
bloomGateway:
|
||||||
|
replicas: 0
|
||||||
|
|
||||||
gateway:
|
gateway:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
@@ -43,8 +76,10 @@ singleBinary:
|
|||||||
enabled: true
|
enabled: true
|
||||||
storageClass: {{ loki_storage_class }}
|
storageClass: {{ loki_storage_class }}
|
||||||
size: {{ loki_storage_size }}
|
size: {{ loki_storage_size }}
|
||||||
|
|
||||||
test:
|
test:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
monitoring:
|
monitoring:
|
||||||
selfMonitoring:
|
selfMonitoring:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
Reference in New Issue
Block a user