increase timeout

This commit is contained in:
2024-07-10 18:17:09 -05:00
parent 2bc58f926e
commit c6a41cb180

View File

@@ -4,6 +4,10 @@ loki:
auth_enabled: true auth_enabled: true
commonConfig: commonConfig:
replication_factor: 1 replication_factor: 1
ingester_client:
pool_config:
remote_timeout: 10s
remote_timeout: 10s
limits_config: limits_config:
allow_structured_metadata: false allow_structured_metadata: false
max_streams_per_user: 100000 max_streams_per_user: 100000
@@ -48,5 +52,5 @@ promtail:
enabled: false enabled: false
config: config:
clients: clients:
- url: http://loki-gateway/loki/api/v1/push - url: http://loki-gateway.loki.svc.cluster.local:80/loki/api/v1/push
tenant_id: 1 tenant_id: 1