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