From 5d51efa88c3eada0664fe54e838ff7557eb89812 Mon Sep 17 00:00:00 2001 From: Magic_RB Date: Mon, 19 Jun 2023 02:17:27 +0200 Subject: [PATCH] add instance_map to synapse Signed-off-by: Magic_RB --- terranix/containers/matrix/matrix-synapse.hcl | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/terranix/containers/matrix/matrix-synapse.hcl b/terranix/containers/matrix/matrix-synapse.hcl index 596487e..12334dd 100644 --- a/terranix/containers/matrix/matrix-synapse.hcl +++ b/terranix/containers/matrix/matrix-synapse.hcl @@ -213,6 +213,10 @@ database: redis: enabled: true password: "{{ .Data.data.redis_password }}" +instance_map: + main: + host: localhost + port: 9093 {{ end }} EOF destination = "/secrets/extra.yaml" @@ -354,6 +358,10 @@ database: redis: enabled: true password: "{{ .Data.data.redis_password }}" +instance_map: + main: + host: localhost + port: 9093 {{ end }} EOF destination = "/secrets/extra.yaml" @@ -495,6 +503,10 @@ database: redis: enabled: true password: "{{ .Data.data.redis_password }}" +instance_map: + main: + host: localhost + port: 9093 {{ end }} EOF destination = "/secrets/extra.yaml" @@ -636,6 +648,10 @@ database: redis: enabled: true password: "{{ .Data.data.redis_password }}" +instance_map: + main: + host: localhost + port: 9093 {{ end }} EOF destination = "/secrets/extra.yaml" @@ -861,6 +877,10 @@ database: redis: enabled: true password: "{{ .Data.data.redis_password }}" +instance_map: + main: + host: localhost + port: 9093 {{ end }} EOF destination = "/secrets/extra.yaml"