mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
Helm chart - Comment out queue config vars that cause misconfigurations without redis
Signed-off-by: Rhea Danzey <rdanzey@element.io>
This commit is contained in:
parent
49d0556c8a
commit
65b169ed46
@ -14,7 +14,7 @@ type: application
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 0.1.13
|
||||
version: 0.1.14
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||
|
@ -233,9 +233,10 @@ hookshot:
|
||||
# (Optional) Message queue / cache configuration options for large scale deployments.
|
||||
# For encryption to work, must be set to monolithic mode and have a host & port specified.
|
||||
#
|
||||
enabled: false
|
||||
monolithic: true
|
||||
port: 6379
|
||||
host: localhost
|
||||
# port: 6379
|
||||
# host: redis
|
||||
logging:
|
||||
# (Optional) Logging settings. You can have a severity debug,info,warn,error
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user