Move scottyah.com to dedicated homepage, add scotthatlen.com TLS
Remove scottyah.com from blog ingress rules and TLS hosts. Add dedicated TLS entry for scotthatlen.com. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
15
k8s.yaml
15
k8s.yaml
@@ -49,19 +49,12 @@ spec:
|
|||||||
ingressClassName: traefik
|
ingressClassName: traefik
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- scottyah.com
|
- blog.scottyah.com
|
||||||
secretName: scottyah-tls
|
secretName: scottyah-tls
|
||||||
|
- hosts:
|
||||||
|
- scotthatlen.com
|
||||||
|
secretName: scotthatlen-tls
|
||||||
rules:
|
rules:
|
||||||
- host: scottyah.com
|
|
||||||
http:
|
|
||||||
paths:
|
|
||||||
- path: /
|
|
||||||
pathType: Prefix
|
|
||||||
backend:
|
|
||||||
service:
|
|
||||||
name: blog-svc
|
|
||||||
port:
|
|
||||||
number: 80
|
|
||||||
- host: blog.scottyah.com
|
- host: blog.scottyah.com
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user