From 119c57ef337c19f22f1a4c36ddbea89f90ecc27b Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Mon, 31 Jan 2022 15:58:35 +0100 Subject: [PATCH] fix(synapse): fix federation service --- charts/incubator/synapse/Chart.yaml | 2 +- charts/incubator/synapse/values.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/incubator/synapse/Chart.yaml b/charts/incubator/synapse/Chart.yaml index 2f9be271816..45cc41971ce 100644 --- a/charts/incubator/synapse/Chart.yaml +++ b/charts/incubator/synapse/Chart.yaml @@ -24,7 +24,7 @@ maintainers: name: synapse sources: [] type: application -version: 0.0.7 +version: 0.0.8 annotations: truecharts.org/catagories: | - cloud diff --git a/charts/incubator/synapse/values.yaml b/charts/incubator/synapse/values.yaml index a7f2509af15..2f40457020e 100644 --- a/charts/incubator/synapse/values.yaml +++ b/charts/incubator/synapse/values.yaml @@ -19,8 +19,10 @@ service: port: 8008 targetPort: 8008 federation: + enabled: true ports: federation: + enabled: true port: 8448 targetPort: 8008 replication: