From a0acd636116c40491cac5e53415f60e570ccdaf1 Mon Sep 17 00:00:00 2001
From: Dominik Hebeler <dominik@hebeler.club>
Date: Wed, 19 Jul 2023 14:36:02 +0200
Subject: [PATCH] add www domains

---
 .gitlab/production.yaml | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/.gitlab/production.yaml b/.gitlab/production.yaml
index c7a3bc47f..0fd078157 100644
--- a/.gitlab/production.yaml
+++ b/.gitlab/production.yaml
@@ -4,31 +4,56 @@ ingress:
       paths:
         - path: /
           pathType: ImplementationSpecific
+    - host: www.metager.de
+      paths:
+        - path: /
+          pathType: ImplementationSpecific
     - host: metager.org
       paths:
         - path: /
           pathType: ImplementationSpecific
+    - host: www.metager.org
+      paths:
+        - path: /
+          pathType: ImplementationSpecific
     - host: metager.es
       paths:
         - path: /
           pathType: ImplementationSpecific
+    - host: www.metager.es
+      paths:
+        - path: /
+          pathType: ImplementationSpecific
     - host: metager.nl
       paths:
         - path: /
           pathType: ImplementationSpecific
+    - host: www.metager.nl
+      paths:
+        - path: /
+          pathType: ImplementationSpecific
     - host: metager.co.uk
       paths:
         - path: /
           pathType: ImplementationSpecific
+    - host: www.metager.co.uk
+      paths:
+        - path: /
+          pathType: ImplementationSpecific
   tls:
     - hosts:
         - metager.de
         - metager.org
+        - www.metager.org
       secretName: metager-tls-2022
     - hosts:
+        - www.metager.de
         - metager.es
+        - www.metager.es
         - metager.nl
+        - www.metager.nl
         - metager.co.uk
+        - www.metager.co.uk
       secretName: metager-tls-otherdomains
 
 autoscaling:
-- 
GitLab