Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions production/helm/loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3686,7 +3686,7 @@ chunksCache:
timeout: 2000ms
# -- Specify how long cached chunks should be stored in the chunks-cache before being expired
defaultValidity: 0s
# -- Specify how long cached chunks should be stored in the chunks-cache before being expired
# -- Total number of chunks-cache replicas
replicas: 1
# -- Port of the chunks-cache service
port: 11211
Expand Down Expand Up @@ -3800,7 +3800,7 @@ chunksCache:
timeout: 2000ms
# -- Specify how long cached chunks should be stored in the chunks-cache-l2 before being expired
defaultValidity: 0s
# -- Specify how long cached chunks should be stored in the chunks-cache-l2 before being expired
# -- Total number of chunks-cache-l2 replicas
replicas: 1
# -- Port of the chunks-cache-l2 service
port: 11211
Expand Down
Loading