buzz relay: ch4t.buzz as canonical host (cert pending zone activation); wildcard DNS for future agent apps

This commit is contained in:
zai-agent 2026-09-16 19:12:57 +00:00
parent 5e8e1078eb
commit ab441a8b32
2 changed files with 13 additions and 0 deletions

View file

@ -22,3 +22,4 @@ spec:
- bestdadjokes.lol - bestdadjokes.lol
- myadhd.dev - myadhd.dev
- helpme.tips - helpme.tips
- ch4t.buzz

View file

@ -37,9 +37,20 @@ spec:
name: buzz-relay name: buzz-relay
port: port:
number: 80 number: 80
- host: ch4t.buzz
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: buzz-relay
port:
number: 80
tls: tls:
- hosts: - hosts:
- buzz.bestdadjokes.lol - buzz.bestdadjokes.lol
- ch4t.buzz
secretName: buzz-bestdadjokes-tls secretName: buzz-bestdadjokes-tls
--- ---
apiVersion: cert-manager.io/v1 apiVersion: cert-manager.io/v1
@ -53,3 +64,4 @@ spec:
kind: ClusterIssuer kind: ClusterIssuer
dnsNames: dnsNames:
- buzz.bestdadjokes.lol - buzz.bestdadjokes.lol
- ch4t.buzz