diff --git a/apps/production/apex-ingress.yaml b/apps/production/apex-ingress.yaml index cf02d90..0f4ad12 100644 --- a/apps/production/apex-ingress.yaml +++ b/apps/production/apex-ingress.yaml @@ -26,12 +26,12 @@ spec: kind: Rule priority: 100 services: - - name: matrix-stack-well-known-delegation - port: 8080 + - name: matrix-stack-well-known + port: 8010 # Niedrigere Priorität: alles andere -> Element Web - match: Host(`axion1337.chat`) kind: Rule priority: 10 services: - name: matrix-stack-element-web - port: 8080 \ No newline at end of file + port: 80 diff --git a/apps/production/kustomization.yaml b/apps/production/kustomization.yaml index 46e98e2..5cf3d19 100644 --- a/apps/production/kustomization.yaml +++ b/apps/production/kustomization.yaml @@ -8,4 +8,7 @@ resources: - custom-configs/element-values.yaml - custom-configs/mas-secret.yaml # HelmRelease (muss ganz unten stehen, damit die ConfigMaps vorher da sind!) - - element-server-suite.yaml \ No newline at end of file + - element-server-suite.yaml + # Custom Apex Ingress für Element Web + Well-Known auf axion1337.chat + - apex-ingress.yaml # Custom Apex Ingress für Element Web + Well-Known auf axion1337.chat + - apex-ingress.yaml