diff --git a/clusters/cl01tl/monitoring/loki/values.yaml b/clusters/cl01tl/monitoring/loki/values.yaml index 9bfd2b83f..23581e7fd 100644 --- a/clusters/cl01tl/monitoring/loki/values.yaml +++ b/clusters/cl01tl/monitoring/loki/values.yaml @@ -4,6 +4,10 @@ loki: auth_enabled: true commonConfig: replication_factor: 1 + ingester_client: + pool_config: + remote_timeout: 10s + remote_timeout: 10s limits_config: allow_structured_metadata: false max_streams_per_user: 100000 @@ -48,5 +52,5 @@ promtail: enabled: false config: 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