From 14cbcc8579dc0b851618529ee337d6a9b9d8faf5 Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Mon, 16 Mar 2026 13:53:58 +0000 Subject: [PATCH] Added matrix --- k8s/apps/matrix/matrix-stack-values.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/k8s/apps/matrix/matrix-stack-values.yaml b/k8s/apps/matrix/matrix-stack-values.yaml index b076cf1..efe2539 100644 --- a/k8s/apps/matrix/matrix-stack-values.yaml +++ b/k8s/apps/matrix/matrix-stack-values.yaml @@ -25,7 +25,7 @@ hookshot: synapse: enabled: true ingress: - host: matrix.hexor.cy + host: synapse.matrix.hexor.cy postgres: host: psql.psql.svc port: 5432 @@ -35,11 +35,6 @@ synapse: password: secret: matrix-postgres-creds secretKey: synapse_db_password - additional: - 0-unsafe-locale: - config: | - database: - allow_unsafe_locale: true media: storage: size: 20Gi @@ -79,7 +74,7 @@ matrixAuthenticationService: elementWeb: enabled: true ingress: - host: chat.hexor.cy + host: chat.matrix.hexor.cy # nodeSelector: # kubernetes.io/hostname: nas.homenet @@ -87,7 +82,7 @@ elementWeb: elementAdmin: enabled: true ingress: - host: matrix-admin.hexor.cy + host: admin.matrix.hexor.cy # nodeSelector: # kubernetes.io/hostname: nas.homenet