feat: switch to community helm charts from git source

This commit is contained in:
Scrublord MacBad
2026-04-21 17:49:00 +02:00
parent f973b0679f
commit c62db8e017
3 changed files with 36 additions and 26 deletions
+29 -19
View File
@@ -1,27 +1,37 @@
apiVersion: element.io/v1alpha1
kind: ElementServerSuite
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: matrix-stack
namespace: matrix
spec:
# Hier nutzen wir deine Hostnames
domain: axion1337.chat
# Wir verweisen auf den ClusterIssuer, den wir gerade erstellt haben
tls:
issuerName: letsencrypt-prod
issuerKind: ClusterIssuer
# Hier kommen die Komponenten rein, die du willst
components:
interval: 1h
chart:
spec:
chart: ./charts/element-server-suite
sourceRef:
kind: GitRepository
name: ess-community-charts
namespace: flux-system
# Hier kommen deine Hostnames und Konfigurationen rein
values:
global:
domainName: axion1337.chat
postgresql:
existingSecret: matrix-postgres-auth
synapse:
enabled: true
host: matrix.axion1337.chat
elementWeb:
config:
serverName: axion1337.chat
element-web:
enabled: true
host: axion1337.chat
adminConsole:
ingress:
enabled: true
host: admin.axion1337.chat
wellKnown:
enabled: true
className: traefik
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.tls: "true"
hosts:
- host: axion1337.chat
paths: [{ path: /, pathType: Prefix }]
- host: matrix.axion1337.chat
paths: [{ path: /, pathType: Prefix }]