give matrix.janky.bot it's own cert
This commit is contained in:
parent
94f7154b35
commit
5682160eab
1 changed files with 5 additions and 0 deletions
|
@ -89,7 +89,12 @@ apiVersion: networking.k8s.io/v1
|
|||
kind: Ingress
|
||||
metadata:
|
||||
name: homeserver-janky-bot
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt
|
||||
spec:
|
||||
tls:
|
||||
- hosts: [matrix.janky.bot]
|
||||
secretName: matrix.janky.bot
|
||||
rules:
|
||||
- host: matrix.janky.bot
|
||||
http:
|
||||
|
|
Loading…
Reference in a new issue