From 957e1d94fef53f7c3b1eaaf8e2941d4c28f5c4fc Mon Sep 17 00:00:00 2001 From: Scrublord MacBad Date: Tue, 21 Apr 2026 16:37:05 +0200 Subject: [PATCH] fix namespace.yaml --- apps/production/namespace.yaml | 35 ++++------------------------------ 1 file changed, 4 insertions(+), 31 deletions(-) diff --git a/apps/production/namespace.yaml b/apps/production/namespace.yaml index 52b3b26..fcf6495 100644 --- a/apps/production/namespace.yaml +++ b/apps/production/namespace.yaml @@ -1,31 +1,4 @@ -# Konsolidierte Hostnames für Element Server Suite (ESS) -serverName: axion1337.chat - -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 \ No newline at end of file +apiVersion: v1 +kind: Namespace +metadata: + name: matrix \ No newline at end of file