File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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.
2429reductionist_remote_certs_path: "{{ ansible_facts.env.HOME }}/certs"
2530# Path to certificates directory in container.
@@ -31,3 +36,4 @@ reductionist_volumes:
3136reductionist_host: "{{ hostvars[groups['haproxy'][0]].ansible_facts.default_ipv4.address }}"
3237# Certificate validity.
3338reductionist_cert_not_after: "24h"
39+
You can’t perform that action at this time.
0 commit comments