diff --git a/src/loki/values/values.yaml b/src/loki/values/values.yaml index 751f7849b..7a72c1790 100644 --- a/src/loki/values/values.yaml +++ b/src/loki/values/values.yaml @@ -15,6 +15,7 @@ memberlist: publishNotReadyAddresses: true loki: + configStorageType: Secret storage: bucketNames: chunks: uds @@ -29,9 +30,12 @@ loki: insecure: false commonConfig: replication_factor: 1 + limits_config: + split_queries_by_interval: "30m" + query_scheduler: + max_outstanding_requests_per_tenant: 32000 # This is the default in Loki 3.0 extraMemberlistConfig: rejoin_interval: 120s - # Should authentication be enabled auth_enabled: false # -- Additional storage config storage_config: @@ -57,11 +61,6 @@ loki: enterprise: # Enable enterprise features, license must be provided enabled: false - # -- Configuration for `tokengen` target - tokengen: - # -- Additional annotations for the `tokengen` Job - annotations: - sidecar.istio.io/inject: "false" # RBAC configuration rbac: # -- If pspEnabled true, a PodSecurityPolicy is created for K8s that use psp.