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:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- marcusnoble.com
|
- marcusnoble.com
|
||||||
|
- www.marcusnoble.com
|
||||||
secretName: marcusnoble-ingress
|
secretName: marcusnoble-ingress
|
||||||
rules:
|
rules:
|
||||||
- host: marcusnoble.com
|
- host: marcusnoble.com
|
||||||
@ -75,5 +76,15 @@ spec:
|
|||||||
name: marcusnoble
|
name: marcusnoble
|
||||||
port:
|
port:
|
||||||
number: 80
|
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