Skip to content
Snippets Groups Projects
Commit 7833f637 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

add redirect domains to ingress

parent 37ae29c2
No related branches found
No related tags found
1 merge request!2111Update translation files
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment