|
|
@@ -107,11 +107,11 @@ metrics: |
|
|
# (Optional) Prometheus metrics support |
|
|
# (Optional) Prometheus metrics support |
|
|
# |
|
|
# |
|
|
enabled: {{ matrix_hookshot_metrics_enabled | to_json }} |
|
|
enabled: {{ matrix_hookshot_metrics_enabled | to_json }} |
|
|
{% if matrix_hookshot_queue_host is defined and matrix_hookshot_queue_host|d('')|length > 0 %} %} |
|
|
|
|
|
|
|
|
{% if matrix_hookshot_queue_host != '' %} |
|
|
queue: |
|
|
queue: |
|
|
monolithic: true |
|
|
monolithic: true |
|
|
port: {{ matrix_hookshot_queue_port | default('6379') }} |
|
|
|
|
|
host: {{ matrix_hookshot_queue_host }} |
|
|
|
|
|
|
|
|
port: {{ matrix_hookshot_queue_port }} |
|
|
|
|
|
host: {{ matrix_hookshot_queue_host | to_json }} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% if matrix_hookshot_experimental_encryption_enabled %} |
|
|
{% if matrix_hookshot_experimental_encryption_enabled %} |
|
|
experimentalEncryption: |
|
|
experimentalEncryption: |
|
|
|