Added matrix
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 11s
Check with kubeconform / lint (push) Successful in 9s
Auto-update README / Generate README and Create MR (push) Successful in 24s

This commit is contained in:
Ultradesu
2026-03-16 13:53:58 +00:00
parent c5153115da
commit 14cbcc8579

View File

@@ -25,7 +25,7 @@ hookshot:
synapse: synapse:
enabled: true enabled: true
ingress: ingress:
host: matrix.hexor.cy host: synapse.matrix.hexor.cy
postgres: postgres:
host: psql.psql.svc host: psql.psql.svc
port: 5432 port: 5432
@@ -35,11 +35,6 @@ synapse:
password: password:
secret: matrix-postgres-creds secret: matrix-postgres-creds
secretKey: synapse_db_password secretKey: synapse_db_password
additional:
0-unsafe-locale:
config: |
database:
allow_unsafe_locale: true
media: media:
storage: storage:
size: 20Gi size: 20Gi
@@ -79,7 +74,7 @@ matrixAuthenticationService:
elementWeb: elementWeb:
enabled: true enabled: true
ingress: ingress:
host: chat.hexor.cy host: chat.matrix.hexor.cy
# nodeSelector: # nodeSelector:
# kubernetes.io/hostname: nas.homenet # kubernetes.io/hostname: nas.homenet
@@ -87,7 +82,7 @@ elementWeb:
elementAdmin: elementAdmin:
enabled: true enabled: true
ingress: ingress:
host: matrix-admin.hexor.cy host: admin.matrix.hexor.cy
# nodeSelector: # nodeSelector:
# kubernetes.io/hostname: nas.homenet # kubernetes.io/hostname: nas.homenet