fix: resolve schema violations for postgres and well-known
This commit is contained in:
parent
1dab3790af
commit
760f8830a8
@ -14,44 +14,41 @@ spec:
|
|||||||
name: element-ess-oci
|
name: element-ess-oci
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
values:
|
values:
|
||||||
# Wichtig: serverName muss an die Wurzel!
|
# 1. Globale Einstellungen (Das Fundament)
|
||||||
serverName: axion1337.chat
|
global:
|
||||||
|
domainName: axion1337.chat
|
||||||
|
postgresql:
|
||||||
|
existingSecret: matrix-postgres-auth
|
||||||
|
|
||||||
# Globale Ingress-Einstellungen (Traefik & SSL)
|
# 2. Interne Postgres deaktivieren (verhindert den /postgres Fehler)
|
||||||
ingress:
|
postgres:
|
||||||
className: traefik
|
enabled: false
|
||||||
annotations:
|
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
|
||||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
|
||||||
|
|
||||||
# 1. Synapse
|
# 3. Synapse (API auf matrix.axion1337.chat)
|
||||||
synapse:
|
synapse:
|
||||||
enabled: true
|
enabled: true
|
||||||
ingress:
|
ingress:
|
||||||
host: matrix.axion1337.chat
|
host: matrix.axion1337.chat
|
||||||
|
|
||||||
# 2. Element Web
|
# 4. Element Web (Client auf axion1337.chat)
|
||||||
elementWeb:
|
elementWeb:
|
||||||
enabled: true
|
enabled: true
|
||||||
ingress:
|
ingress:
|
||||||
host: axion1337.chat
|
host: axion1337.chat
|
||||||
|
|
||||||
# 3. Element Admin (Der Service für admin.axion1337.chat)
|
# 5. Element Admin (Konsole auf admin.axion1337.chat)
|
||||||
elementAdmin:
|
elementAdmin:
|
||||||
enabled: true
|
enabled: true
|
||||||
ingress:
|
ingress:
|
||||||
host: admin.axion1337.chat
|
host: admin.axion1337.chat
|
||||||
|
|
||||||
# 4. Well-Known Delegation (Pflicht für Föderation)
|
# 6. Well-Known (Ohne 'host', da automatisch via elementWeb)
|
||||||
wellKnownDelegation:
|
wellKnownDelegation:
|
||||||
enabled: true
|
enabled: true
|
||||||
ingress:
|
|
||||||
host: axion1337.chat
|
|
||||||
|
|
||||||
# 5. Postgres (Verbindung zum externen DB-Secret)
|
# 7. Ingress-Basis (SSL & Traefik)
|
||||||
postgres:
|
ingress:
|
||||||
host: postgres-postgresql.database.svc.cluster.local # Dein DB-Host
|
className: traefik
|
||||||
user: postgres
|
annotations:
|
||||||
password:
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
secret: matrix-postgres-auth
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||||
secretKey: password
|
|
||||||
Loading…
x
Reference in New Issue
Block a user