From 647fabdd38cd4c25cb505cc31eae5e2744bf5e6f Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Mon, 16 Mar 2026 10:40:54 +0000 Subject: [PATCH] Added matrix --- k8s/apps/matrix/matrix-stack-values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/k8s/apps/matrix/matrix-stack-values.yaml b/k8s/apps/matrix/matrix-stack-values.yaml index 768e68b..e3b3627 100644 --- a/k8s/apps/matrix/matrix-stack-values.yaml +++ b/k8s/apps/matrix/matrix-stack-values.yaml @@ -24,6 +24,8 @@ hookshot: ## Synapse homeserver synapse: enabled: true + ingress: + host: matrix.hexor.cy postgres: host: psql.psql.svc port: 5432 @@ -43,6 +45,8 @@ synapse: ## Matrix Authentication Service matrixAuthenticationService: enabled: true + ingress: + host: auth.matrix.hexor.cy postgres: host: psql.psql.svc port: 5432