From 7833f637c17cc1da30195f0f67f14394ff063f4f Mon Sep 17 00:00:00 2001
From: Dominik Hebeler <dominik@hebeler.club>
Date: Wed, 19 Jul 2023 13:47:25 +0200
Subject: [PATCH] add redirect domains to ingress

---
 .gitlab/production.yaml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/.gitlab/production.yaml b/.gitlab/production.yaml
index 14e1fdd98..c7a3bc47f 100644
--- a/.gitlab/production.yaml
+++ b/.gitlab/production.yaml
@@ -12,12 +12,24 @@ ingress:
       paths:
         - path: /
           pathType: ImplementationSpecific
+    - host: metager.nl
+      paths:
+        - path: /
+          pathType: ImplementationSpecific
+    - host: metager.co.uk
+      paths:
+        - path: /
+          pathType: ImplementationSpecific
   tls:
     - hosts:
         - metager.de
         - metager.org
-        - metager.es
       secretName: metager-tls-2022
+    - hosts:
+        - metager.es
+        - metager.nl
+        - metager.co.uk
+      secretName: metager-tls-otherdomains
 
 autoscaling:
   maxReplicas: 100
-- 
GitLab