matrix-synapse: Support extra main listener types

Fixes #29
This commit is contained in:
Alexander Olofsson 2023-03-09 18:24:56 +01:00
parent b8fdc7b187
commit 572ba5d417
No known key found for this signature in database
GPG key ID: D439C9470CB04C73
2 changed files with 11 additions and 1 deletions

View file

@ -51,7 +51,12 @@ data:
x_forwarded: true
resources:
- names: [client,federation]
- names:
- client
- federation
{{- with .Values.config.extraMainListenerTypes -}}
{{ . | toYaml | nindent 14 }}
{{- end }}
compress: false
- port: 9090

View file

@ -135,6 +135,11 @@ config:
# bind_addresses: ['::']
# type: manhole
## Extra listener types to add onto the main listener.
##
extraMainListenerTypes: []
# - consent
## Specify arbitrary Synapse configuration here;
## Ref: https://github.com/matrix-org/synapse/blob/develop/docs/sample_config.yaml
##