From f4732cd884e5b0c0adbbfaad98732ed2b028048a Mon Sep 17 00:00:00 2001 From: Scott Hatlen Date: Thu, 5 Feb 2026 23:55:55 -0800 Subject: [PATCH] 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 --- k8s.yaml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/k8s.yaml b/k8s.yaml index 3636533..e4280d4 100644 --- a/k8s.yaml +++ b/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: