Compare commits

..

5 Commits

Author SHA1 Message Date
Gitea Actions Bot 7523450fc5 Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Successful in 38s
Generated by CI/CD workflow on 2026-03-16 14:09:31

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-03-16 14:09:31 +00:00
Ultradesu b4eacf2bd3 Added matrix
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 24s
2026-03-16 14:08:59 +00:00
Ultradesu 14cbcc8579 Added matrix
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
2026-03-16 13:54:05 +00:00
ab c5153115da Update terraform/authentik/oauth2-apps.auto.tfvars
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 13s
Terraform / Terraform (push) Successful in 36s
2026-03-16 12:33:17 +00:00
Ultradesu 56699cd2c6 Added matrix
Check with kubeconform / lint (push) Successful in 15s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 17s
Auto-update README / Generate README and Create MR (push) Successful in 25s
2026-03-16 12:26:14 +00:00
4 changed files with 7 additions and 11 deletions
+2 -2
View File
@@ -61,8 +61,8 @@ spec:
scope: "openid profile email"
claims_imports:
localpart:
action: require
template: "{{ `{{ user.preferred_username }}` }}"
action: suggest
template: "{{ `{{ user.preferred_username | split(\"@\") | first }}` }}"
displayname:
action: suggest
template: "{{ `{{ user.name }}` }}"
+3 -8
View File
@@ -25,7 +25,7 @@ hookshot:
synapse:
enabled: true
ingress:
host: matrix.hexor.cy
host: synapse.matrix.hexor.cy
postgres:
host: psql.psql.svc
port: 5432
@@ -35,11 +35,6 @@ synapse:
password:
secret: matrix-postgres-creds
secretKey: synapse_db_password
additional:
0-unsafe-locale:
config: |
database:
allow_unsafe_locale: true
media:
storage:
size: 20Gi
@@ -79,7 +74,7 @@ matrixAuthenticationService:
elementWeb:
enabled: true
ingress:
host: chat.hexor.cy
host: chat.matrix.hexor.cy
# nodeSelector:
# kubernetes.io/hostname: nas.homenet
@@ -87,7 +82,7 @@ elementWeb:
elementAdmin:
enabled: true
ingress:
host: matrix-admin.hexor.cy
host: admin.matrix.hexor.cy
# nodeSelector:
# kubernetes.io/hostname: nas.homenet
+1
View File
@@ -37,4 +37,5 @@ spec:
dnsZones:
- "ps.hexor.cy"
- "of.hexor.cy"
- "matrix.hexor.cy"
+1 -1
View File
@@ -205,7 +205,7 @@ oauth_applications = {
refresh_token_validity = "days=30"
scope_mappings = ["openid", "profile", "email"]
access_groups = []
create_group = true
create_group = false
signing_key = "1b1b5bec-034a-4d96-871a-133f11322360"
}
}