Skip to content

Commit 4cb4ae8

Browse files
committed
Configure chunk cache test deployment.
1 parent c405c84 commit 4cb4ae8

File tree

1 file changed

+6
-0
lines changed
  • deployment/group_vars

1 file changed

+6
-0
lines changed

deployment/group_vars/all

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ reductionist_env:
2020
REDUCTIONIST_ENABLE_JAEGER: "{{ (groups['jaeger'] | default([]) | length > 0) | string | lower }}"
2121
REDUCTIONIST_HTTPS: "true"
2222
REDUCTIONIST_PORT: "8081"
23+
REDUCTIONIST_USE_CHUNK_CACHE: "true"
24+
REDUCTIONIST_CHUNK_CACHE_PATH: "/mnt/localdisk/mnorton/"
25+
REDUCTIONIST_CHUNK_CACHE_AGE: "86400"
26+
REDUCTIONIST_CHUNK_CACHE_PRUNE_INTERVAL: "3600"
27+
REDUCTIONIST_CHUNK_CACHE_SIZE_LIMIT: "10GB"
2328
# Path to certificates directory on remote host.
2429
reductionist_remote_certs_path: "{{ ansible_facts.env.HOME }}/certs"
2530
# Path to certificates directory in container.
@@ -31,3 +36,4 @@ reductionist_volumes:
3136
reductionist_host: "{{ hostvars[groups['haproxy'][0]].ansible_facts.default_ipv4.address }}"
3237
# Certificate validity.
3338
reductionist_cert_not_after: "24h"
39+

0 commit comments

Comments
 (0)