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 12s
Auto-update README / Generate README and Create MR (push) Successful in 21s

This commit is contained in:
Ultradesu
2026-03-16 10:40:54 +00:00
parent e20453e6e6
commit 647fabdd38

View File

@@ -24,6 +24,8 @@ hookshot:
## Synapse homeserver ## Synapse homeserver
synapse: synapse:
enabled: true enabled: true
ingress:
host: matrix.hexor.cy
postgres: postgres:
host: psql.psql.svc host: psql.psql.svc
port: 5432 port: 5432
@@ -43,6 +45,8 @@ synapse:
## Matrix Authentication Service ## Matrix Authentication Service
matrixAuthenticationService: matrixAuthenticationService:
enabled: true enabled: true
ingress:
host: auth.matrix.hexor.cy
postgres: postgres:
host: psql.psql.svc host: psql.psql.svc
port: 5432 port: 5432