Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
096a004090 Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 31s
Generated by CI/CD workflow on 2026-03-16 12:26:59

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-03-16 12:26:59 +00:00
2 changed files with 9 additions and 4 deletions

View File

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

View File

@@ -205,7 +205,7 @@ oauth_applications = {
refresh_token_validity = "days=30"
scope_mappings = ["openid", "profile", "email"]
access_groups = []
create_group = false
create_group = true
signing_key = "1b1b5bec-034a-4d96-871a-133f11322360"
}
}