From 2ab837e46e4022b7c355438cb523444df3f00ee1 Mon Sep 17 00:00:00 2001 From: momothereal Date: Sun, 27 Oct 2019 15:47:48 -0400 Subject: [PATCH] Add defiant to ingress --- infra/manifests/ingress.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/infra/manifests/ingress.yaml b/infra/manifests/ingress.yaml index 556b510..83e8dff 100644 --- a/infra/manifests/ingress.yaml +++ b/infra/manifests/ingress.yaml @@ -8,6 +8,7 @@ spec: tls: - hosts: - momoperes.ca + - defiant.momoperes.ca secretName: momoperes.ca-wildcard-tls rules: - host: momoperes.ca @@ -17,3 +18,10 @@ spec: backend: serviceName: website servicePort: 9000 + - host: defiant.momoperes.ca + http: + paths: + - path: / + backend: + serviceName: defiant + servicePort: 80