fix: correct chart path and values formatting
This commit is contained in:
parent
640a4b9e56
commit
1bbcaf1f22
@ -7,51 +7,48 @@ spec:
|
||||
interval: 1h
|
||||
chart:
|
||||
spec:
|
||||
chart: ./charts/element-server-suite
|
||||
# Pfad korrigiert (ohne Punkt am Anfang)
|
||||
chart: charts/element-server-suite
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: ess-community-charts
|
||||
namespace: flux-system
|
||||
values:
|
||||
# WICHTIG: Alles MUSS kleingeschrieben sein!
|
||||
global:
|
||||
domainName: axion1337.chat
|
||||
postgresql:
|
||||
existingSecret: matrix-postgres-auth
|
||||
|
||||
# 1. Synapse (Der Core)
|
||||
synapse:
|
||||
enabled: true
|
||||
config:
|
||||
serverName: axion1337.chat
|
||||
# Ermöglicht Client-Login über matrix.axion1337.chat
|
||||
publicBaseurl: https://matrix.axion1337.chat
|
||||
|
||||
# 2. Element Web (Der Haupt-Client)
|
||||
element-web:
|
||||
enabled: true
|
||||
config:
|
||||
showLabsSettings: true
|
||||
|
||||
# 3. Well-Known (Wichtig für Föderation und Discovery)
|
||||
# Hier ist dein Admin-Service
|
||||
synapse-admin:
|
||||
enabled: true
|
||||
|
||||
well-known:
|
||||
enabled: true
|
||||
|
||||
# 4. Ingress-Konfiguration für alle Domains
|
||||
ingress:
|
||||
enabled: true
|
||||
className: traefik
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
hosts:
|
||||
# Hauptdomain (Element Web + Well-Known)
|
||||
# Host 1: Element Web & Well-Known
|
||||
- host: axion1337.chat
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
# Matrix API Domain
|
||||
paths: [{ path: /, pathType: Prefix }]
|
||||
# Host 2: Synapse API
|
||||
- host: matrix.axion1337.chat
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
paths: [{ path: /, pathType: Prefix }]
|
||||
# Host 3: Admin Konsole
|
||||
- host: admin.axion1337.chat
|
||||
paths: [{ path: /, pathType: Prefix }]
|
||||
Loading…
x
Reference in New Issue
Block a user