Add defiant to ingress
This commit is contained in:
parent
ec6ba8da61
commit
2ab837e46e
1 changed files with 8 additions and 0 deletions
|
@ -8,6 +8,7 @@ spec:
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- momoperes.ca
|
- momoperes.ca
|
||||||
|
- defiant.momoperes.ca
|
||||||
secretName: momoperes.ca-wildcard-tls
|
secretName: momoperes.ca-wildcard-tls
|
||||||
rules:
|
rules:
|
||||||
- host: momoperes.ca
|
- host: momoperes.ca
|
||||||
|
@ -17,3 +18,10 @@ spec:
|
||||||
backend:
|
backend:
|
||||||
serviceName: website
|
serviceName: website
|
||||||
servicePort: 9000
|
servicePort: 9000
|
||||||
|
- host: defiant.momoperes.ca
|
||||||
|
http:
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
backend:
|
||||||
|
serviceName: defiant
|
||||||
|
servicePort: 80
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue