buzz relay: ch4t.buzz as canonical host (cert pending zone activation); wildcard DNS for future agent apps
This commit is contained in:
parent
5e8e1078eb
commit
ab441a8b32
2 changed files with 13 additions and 0 deletions
|
|
@ -22,3 +22,4 @@ spec:
|
|||
- bestdadjokes.lol
|
||||
- myadhd.dev
|
||||
- helpme.tips
|
||||
- ch4t.buzz
|
||||
|
|
|
|||
|
|
@ -37,9 +37,20 @@ spec:
|
|||
name: buzz-relay
|
||||
port:
|
||||
number: 80
|
||||
- host: ch4t.buzz
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: buzz-relay
|
||||
port:
|
||||
number: 80
|
||||
tls:
|
||||
- hosts:
|
||||
- buzz.bestdadjokes.lol
|
||||
- ch4t.buzz
|
||||
secretName: buzz-bestdadjokes-tls
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
|
|
@ -53,3 +64,4 @@ spec:
|
|||
kind: ClusterIssuer
|
||||
dnsNames:
|
||||
- buzz.bestdadjokes.lol
|
||||
- ch4t.buzz
|
||||
|
|
|
|||
Loading…
Reference in a new issue