diff --git a/.gitlab/production.yaml b/.gitlab/production.yaml index 14e1fdd988913b78215a2370677e9b46d4578aeb..c7a3bc47f80df8d20d8cae9da5db8a55ae4faaef 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