Add defiant to ingress

This commit is contained in:
Aram 🍐 2019-10-27 15:47:48 -04:00
parent ec6ba8da61
commit 2ab837e46e

View file

@ -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