Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot fd9bf7f49b Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Successful in 31s
Generated by CI/CD workflow on 2026-03-16 11:25:07

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-03-16 11:25:07 +00:00
6 changed files with 12 additions and 34 deletions
+1 -4
View File
@@ -22,10 +22,7 @@ spec:
imagePullPolicy: Always imagePullPolicy: Always
env: env:
- name: FURUMI_TOKEN - name: FURUMI_TOKEN
valueFrom: value: "f38387266e75effe891b7953eb9c06b4"
secretKeyRef:
name: furumi-ng-token
key: TOKEN
- name: FURUMI_ROOT - name: FURUMI_ROOT
value: "/media" value: "/media"
ports: ports:
@@ -1,23 +0,0 @@
---
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: furumi-ng-token
spec:
target:
name: furumi-ng-token
deletionPolicy: Delete
template:
type: Opaque
data:
TOKEN: |-
{{ .token }}
data:
- secretKey: token
sourceRef:
storeRef:
name: vaultwarden-login
kind: ClusterSecretStore
remoteRef:
key: b8b8c3a2-c3fe-42d3-9402-0ae305e1455f
property: fields[0].value
@@ -6,4 +6,3 @@ resources:
- deployment.yaml - deployment.yaml
- service.yaml - service.yaml
- servicemonitor.yaml - servicemonitor.yaml
- external-secrets.yaml
+2 -2
View File
@@ -61,8 +61,8 @@ spec:
scope: "openid profile email" scope: "openid profile email"
claims_imports: claims_imports:
localpart: localpart:
action: suggest action: require
template: "{{ `{{ user.preferred_username | split(\"@\") | first }}` }}" template: "{{ `{{ user.preferred_username }}` }}"
displayname: displayname:
action: suggest action: suggest
template: "{{ `{{ user.name }}` }}" template: "{{ `{{ user.name }}` }}"
+8 -3
View File
@@ -25,7 +25,7 @@ hookshot:
synapse: synapse:
enabled: true enabled: true
ingress: ingress:
host: synapse.matrix.hexor.cy host: matrix.hexor.cy
postgres: postgres:
host: psql.psql.svc host: psql.psql.svc
port: 5432 port: 5432
@@ -35,6 +35,11 @@ synapse:
password: password:
secret: matrix-postgres-creds secret: matrix-postgres-creds
secretKey: synapse_db_password secretKey: synapse_db_password
additional:
0-unsafe-locale:
config: |
database:
allow_unsafe_locale: true
media: media:
storage: storage:
size: 20Gi size: 20Gi
@@ -74,7 +79,7 @@ matrixAuthenticationService:
elementWeb: elementWeb:
enabled: true enabled: true
ingress: ingress:
host: chat.matrix.hexor.cy host: chat.hexor.cy
# nodeSelector: # nodeSelector:
# kubernetes.io/hostname: nas.homenet # kubernetes.io/hostname: nas.homenet
@@ -82,7 +87,7 @@ elementWeb:
elementAdmin: elementAdmin:
enabled: true enabled: true
ingress: ingress:
host: admin.matrix.hexor.cy host: matrix-admin.hexor.cy
# nodeSelector: # nodeSelector:
# kubernetes.io/hostname: nas.homenet # kubernetes.io/hostname: nas.homenet
+1 -1
View File
@@ -205,7 +205,7 @@ oauth_applications = {
refresh_token_validity = "days=30" refresh_token_validity = "days=30"
scope_mappings = ["openid", "profile", "email"] scope_mappings = ["openid", "profile", "email"]
access_groups = [] access_groups = []
create_group = false create_group = true
signing_key = "1b1b5bec-034a-4d96-871a-133f11322360" signing_key = "1b1b5bec-034a-4d96-871a-133f11322360"
} }
} }