From 80f844404f074c5609f2f343c7e46cfce50a9785 Mon Sep 17 00:00:00 2001 From: Robert Prehn <3952444+prehnRA@users.noreply.github.com> Date: Tue, 23 Feb 2021 16:57:01 -0600 Subject: [PATCH] fix: Add more domains to the ingress --- infrastructure_templates/kube.yaml.dot | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/infrastructure_templates/kube.yaml.dot b/infrastructure_templates/kube.yaml.dot index 68e9dd43..6063a92d 100644 --- a/infrastructure_templates/kube.yaml.dot +++ b/infrastructure_templates/kube.yaml.dot @@ -67,3 +67,23 @@ spec: number: 80 path: / pathType: Prefix + - host: legendaryframework.com + http: + paths: + - backend: + service: + name: legendary-doc-site + port: + number: 80 + path: / + pathType: Prefix + - host: legendaryframework.org + http: + paths: + - backend: + service: + name: legendary-doc-site + port: + number: 80 + path: / + pathType: Prefix