Move Canary over to its own subdomain to avoid re-registering codevalet.io with Let's Encrypt in different namespaces

See: https://github.com/jetstack/kube-lego/issues/146
This commit is contained in:
R. Tyler Croy 2017-12-07 11:07:34 -08:00
parent db929af86c
commit 2de5a6b918
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 3 additions and 4 deletions

View File

@ -75,17 +75,16 @@ items:
annotations:
kubernetes.io/tls-acme: "true"
kubernetes.io/ingress.class: "nginx"
ingress.kubernetes.io/rewrite-target: /
spec:
tls:
- hosts:
- codevalet.io
- canary.codevalet.io
secretName: ingress-tls
rules:
- host: codevalet.io
- host: canary.codevalet.io
http:
paths:
- path: /canary/
- path: /
backend:
serviceName: canary
servicePort: 80