File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -22,17 +22,22 @@ reductionist_env:
2222 REDUCTIONIST_HTTPS: "true"
2323 REDUCTIONIST_PORT: "8081"
2424 REDUCTIONIST_USE_CHUNK_CACHE: "true"
25- REDUCTIONIST_CHUNK_CACHE_PATH: "/mnt/localdisk/mnorton/ "
25+ REDUCTIONIST_CHUNK_CACHE_PATH: "/cache "
2626 REDUCTIONIST_CHUNK_CACHE_AGE: "86400"
2727 REDUCTIONIST_CHUNK_CACHE_PRUNE_INTERVAL: "3600"
2828 REDUCTIONIST_CHUNK_CACHE_SIZE_LIMIT: "10GB"
2929# Path to certificates directory on remote host.
3030reductionist_remote_certs_path: "{{ ansible_facts.env.HOME }}/certs"
3131# Path to certificates directory in container.
3232reductionist_container_certs_path: "/root/.config/reductionist/certs"
33+ # Path to cache directory on remote host.
34+ reductionist_remote_cache_path: "{{ ansible_facts.env.HOME }}/cache"
35+ # Path to certificates directory in container.
36+ reductionist_container_cache_path: "/cache"
3337# List of container volume mounts.
3438reductionist_volumes:
3539 - "{{ reductionist_remote_certs_path }}:{{ reductionist_container_certs_path }}"
40+ - "{{ reductionist_remote_cache_path }}:{{ reductionist_container_cache_path }}"
3641# Host on which HAProxy frontend is exposed.
3742reductionist_host: "{{ hostvars[groups['haproxy'][0]].ansible_facts.default_ipv4.address }}"
3843# Certificate validity.
You can’t perform that action at this time.
0 commit comments