This commit is contained in:
Scrublord MacBad 2026-04-22 15:22:48 +02:00
parent 9b5c77bb8e
commit 90b41b37b1
2 changed files with 7 additions and 4 deletions

View File

@ -26,12 +26,12 @@ spec:
kind: Rule kind: Rule
priority: 100 priority: 100
services: services:
- name: matrix-stack-well-known-delegation - name: matrix-stack-well-known
port: 8080 port: 8010
# Niedrigere Priorität: alles andere -> Element Web # Niedrigere Priorität: alles andere -> Element Web
- match: Host(`axion1337.chat`) - match: Host(`axion1337.chat`)
kind: Rule kind: Rule
priority: 10 priority: 10
services: services:
- name: matrix-stack-element-web - name: matrix-stack-element-web
port: 8080 port: 80

View File

@ -8,4 +8,7 @@ resources:
- custom-configs/element-values.yaml - custom-configs/element-values.yaml
- custom-configs/mas-secret.yaml - custom-configs/mas-secret.yaml
# HelmRelease (muss ganz unten stehen, damit die ConfigMaps vorher da sind!) # HelmRelease (muss ganz unten stehen, damit die ConfigMaps vorher da sind!)
- element-server-suite.yaml - 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