Compare commits

..

4 Commits

Author SHA1 Message Date
Gitea Actions Bot
5a3878f5dc Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 34s
Generated by CI/CD workflow on 2026-03-16 10:49:44

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-03-16 10:49:44 +00:00
Ultradesu
b7b7b9a34c Added matrix
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 9s
Check with kubeconform / lint (push) Successful in 15s
Auto-update README / Generate README and Create MR (push) Successful in 17s
2026-03-16 10:49:15 +00:00
Ultradesu
647fabdd38 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
2026-03-16 10:40:54 +00:00
Ultradesu
e20453e6e6 Added matrix
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 8s
Check with kubeconform / lint (push) Successful in 11s
Auto-update README / Generate README and Create MR (push) Successful in 17s
2026-03-16 10:31:25 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -55,8 +55,8 @@ spec:
- id: authentik
human_name: Authentik
issuer: https://idm.hexor.cy/application/o/matrix/
client_id: {{ .oauth_client_id }}
client_secret: {{ .oauth_client_secret }}
client_id: "{{ .oauth_client_id }}"
client_secret: "{{ .oauth_client_secret }}"
scope: "openid profile email"
claims_imports:
localpart:

View File

@@ -20,12 +20,12 @@ matrixRTC:
enabled: false
hookshot:
enabled: false
haproxy:
enabled: false
## Synapse homeserver
synapse:
enabled: true
ingress:
host: matrix.hexor.cy
postgres:
host: psql.psql.svc
port: 5432
@@ -45,6 +45,8 @@ synapse:
## Matrix Authentication Service
matrixAuthenticationService:
enabled: true
ingress:
host: auth.matrix.hexor.cy
postgres:
host: psql.psql.svc
port: 5432
@@ -78,8 +80,6 @@ elementAdmin:
# nodeSelector:
# kubernetes.io/hostname: nas.homenet
## Well-known delegation on the base domain
## Well-known delegation on the base domain (host is derived from serverName)
wellKnownDelegation:
enabled: true
ingress:
host: matrix.hexor.cy