Compare commits
2 Commits
1e69d44bc0
...
2559036c90
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2559036c90 | ||
|
|
f4732cd884 |
15
k8s.yaml
15
k8s.yaml
@@ -49,19 +49,12 @@ spec:
|
||||
ingressClassName: traefik
|
||||
tls:
|
||||
- hosts:
|
||||
- scottyah.com
|
||||
- blog.scottyah.com
|
||||
secretName: scottyah-tls
|
||||
- hosts:
|
||||
- scotthatlen.com
|
||||
secretName: scotthatlen-tls
|
||||
rules:
|
||||
- host: scottyah.com
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: blog-svc
|
||||
port:
|
||||
number: 80
|
||||
- host: blog.scottyah.com
|
||||
http:
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user