mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-29 21:38:27 +02:00
fix: loki-stack configuration
This commit is contained in:
@@ -50,13 +50,13 @@ spec:
|
|||||||
# You can use a headless k8s service for all distributor,
|
# You can use a headless k8s service for all distributor,
|
||||||
# ingester and querier components.
|
# ingester and querier components.
|
||||||
join_members:
|
join_members:
|
||||||
- loki-stack-headless:7946
|
- loki-headless.monitoring.svc.cluster.local:7946
|
||||||
# max_join_backoff: 1m
|
# max_join_backoff: 1m
|
||||||
# max_join_retries: 10
|
# max_join_retries: 10
|
||||||
# min_join_backoff: 1s
|
# min_join_backoff: 1s
|
||||||
schema_config:
|
schema_config:
|
||||||
configs:
|
configs:
|
||||||
- from: 2020-05-15
|
- from: "2020-10-24"
|
||||||
store: boltdb-shipper
|
store: boltdb-shipper
|
||||||
object_store: s3
|
object_store: s3
|
||||||
schema: v11
|
schema: v11
|
||||||
@@ -65,6 +65,7 @@ spec:
|
|||||||
period: 24h
|
period: 24h
|
||||||
storage_config:
|
storage_config:
|
||||||
aws:
|
aws:
|
||||||
|
insecure: false
|
||||||
s3: https://${SECRET_MINIO_ACCESS_KEY}:${SECRET_MINIO_SECRET_KEY}@${SECRET_MINIO_ENDPOINT}/loki
|
s3: https://${SECRET_MINIO_ACCESS_KEY}:${SECRET_MINIO_SECRET_KEY}@${SECRET_MINIO_ENDPOINT}/loki
|
||||||
s3forcepathstyle: true
|
s3forcepathstyle: true
|
||||||
boltdb_shipper:
|
boltdb_shipper:
|
||||||
|
Reference in New Issue
Block a user