From 2e4bebc6a64a44f36ae747d028d8a4738f7cb5a6 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 13 Nov 2022 13:43:50 +0000 Subject: [PATCH] Support www.marcusnoble.com as well as root of domain Signed-off-by: Marcus Noble --- manifests/marcusnoble/marcusnoble.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/manifests/marcusnoble/marcusnoble.yaml b/manifests/marcusnoble/marcusnoble.yaml index 56b5ffb..c3fa5d7 100644 --- a/manifests/marcusnoble/marcusnoble.yaml +++ b/manifests/marcusnoble/marcusnoble.yaml @@ -63,6 +63,7 @@ spec: tls: - hosts: - marcusnoble.com + - www.marcusnoble.com secretName: marcusnoble-ingress rules: - host: marcusnoble.com @@ -75,5 +76,15 @@ spec: name: marcusnoble port: number: 80 + - host: www.marcusnoble.com + http: + paths: + - path: / + pathType: ImplementationSpecific + backend: + service: + name: marcusnoble + port: + number: 80 ---