Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
3f68b5c6e6 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 10:31:52

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-03-16 10:31:52 +00:00
2 changed files with 3 additions and 7 deletions

View File

@@ -52,11 +52,11 @@ spec:
mas-oidc.yaml: |
upstream_oauth2:
providers:
- id: 001KKV4EKY7KG98W2M9T806K6A
- 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

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