We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa2203 commit 46a3162Copy full SHA for 46a3162
deployment/group_vars/all
@@ -19,8 +19,8 @@ reductionist_networks:
19
reductionist_env:
20
OTEL_EXPORTER_JAEGER_AGENT_HOST: "{{ hostvars[(groups['jaeger'] | default([]) + [inventory_hostname])[0]].ansible_facts.default_ipv4.address }}"
21
REDUCTIONIST_ENABLE_JAEGER: "{{ (groups['jaeger'] | default([]) | length > 0) | string | lower }}"
22
- REDUCTIONIST_HTTPS: "true"
23
- REDUCTIONIST_PORT: "8081"
+ REDUCTIONIST_HTTPS: "false"
+ REDUCTIONIST_PORT: "8080"
24
REDUCTIONIST_USE_CHUNK_CACHE: "true"
25
REDUCTIONIST_CHUNK_CACHE_PATH: "/cache"
26
REDUCTIONIST_CHUNK_CACHE_AGE: "86400"
0 commit comments