add instance_map to synapse

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-06-19 02:17:27 +02:00
parent 9c0c892050
commit 5d51efa88c
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -213,6 +213,10 @@ database:
redis: redis:
enabled: true enabled: true
password: "{{ .Data.data.redis_password }}" password: "{{ .Data.data.redis_password }}"
instance_map:
main:
host: localhost
port: 9093
{{ end }} {{ end }}
EOF EOF
destination = "/secrets/extra.yaml" destination = "/secrets/extra.yaml"
@ -354,6 +358,10 @@ database:
redis: redis:
enabled: true enabled: true
password: "{{ .Data.data.redis_password }}" password: "{{ .Data.data.redis_password }}"
instance_map:
main:
host: localhost
port: 9093
{{ end }} {{ end }}
EOF EOF
destination = "/secrets/extra.yaml" destination = "/secrets/extra.yaml"
@ -495,6 +503,10 @@ database:
redis: redis:
enabled: true enabled: true
password: "{{ .Data.data.redis_password }}" password: "{{ .Data.data.redis_password }}"
instance_map:
main:
host: localhost
port: 9093
{{ end }} {{ end }}
EOF EOF
destination = "/secrets/extra.yaml" destination = "/secrets/extra.yaml"
@ -636,6 +648,10 @@ database:
redis: redis:
enabled: true enabled: true
password: "{{ .Data.data.redis_password }}" password: "{{ .Data.data.redis_password }}"
instance_map:
main:
host: localhost
port: 9093
{{ end }} {{ end }}
EOF EOF
destination = "/secrets/extra.yaml" destination = "/secrets/extra.yaml"
@ -861,6 +877,10 @@ database:
redis: redis:
enabled: true enabled: true
password: "{{ .Data.data.redis_password }}" password: "{{ .Data.data.redis_password }}"
instance_map:
main:
host: localhost
port: 9093
{{ end }} {{ end }}
EOF EOF
destination = "/secrets/extra.yaml" destination = "/secrets/extra.yaml"