Support www.marcusnoble.com as well as root of domain
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
f031b7b221
commit
2e4bebc6a6
@ -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
|
||||
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user