create namespace.yaml
This commit is contained in:
parent
b648ab9203
commit
58c7476b3d
4
apps/base/infra/ns-matrix.yaml
Normal file
4
apps/base/infra/ns-matrix.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: matrix
|
||||||
@ -1,4 +1,31 @@
|
|||||||
apiVersion: v1
|
# Konsolidierte Hostnames für Element Server Suite (ESS)
|
||||||
kind: Namespace
|
serverName: axion1337.chat
|
||||||
metadata:
|
|
||||||
name: matrix
|
elementWeb:
|
||||||
|
ingress:
|
||||||
|
host: axion1337.chat
|
||||||
|
|
||||||
|
synapse:
|
||||||
|
ingress:
|
||||||
|
host: matrix.axion1337.chat
|
||||||
|
|
||||||
|
elementAdmin:
|
||||||
|
ingress:
|
||||||
|
host: admin.axion1337.chat
|
||||||
|
|
||||||
|
matrixAuthenticationService:
|
||||||
|
ingress:
|
||||||
|
host: account.axion1337.chat
|
||||||
|
|
||||||
|
matrixRTC:
|
||||||
|
ingress:
|
||||||
|
host: mrtc.axion1337.chat
|
||||||
|
|
||||||
|
# Ergänzungen für Sliding Sync & Integrations
|
||||||
|
slidingSync:
|
||||||
|
ingress:
|
||||||
|
host: sync.axion1337.chat
|
||||||
|
|
||||||
|
integrations:
|
||||||
|
ingress:
|
||||||
|
host: integrations.axion1337.chat
|
||||||
Loading…
x
Reference in New Issue
Block a user