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:
Rhea Danzey 2023-06-08 14:48:21 -05:00
parent 49d0556c8a
commit 65b169ed46
No known key found for this signature in database
GPG Key ID: BC69166FB2668680
2 changed files with 4 additions and 3 deletions

View File

@ -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.

View File

@ -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
#