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:
|
||||
- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue