Add exporter container if metrics shall be exposed.

This commit is contained in:
Joschka Seydell 2021-11-13 12:31:39 -08:00
parent 89a5c35710
commit 63f8b54302
6 changed files with 33 additions and 1 deletions

View file

@ -17,5 +17,6 @@ jitsi_web_channel_last_n: 3
jitsi_build_latest_image_from_source: yes
jitsi_docker_upstream_repo_url: https://github.com/jitsi/docker-jitsi-meet.git
jitsi_enable_third_party_requests: no
jitsi_expose_metrics: False
# Internal variables
jitsi_multitenant_postfix: "{{ '_' + jitsi_multitenant_label if (jitsi_multitenant_label) else '' }}"