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
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: homeserver-janky-bot
|
name: homeserver-janky-bot
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: letsencrypt
|
||||||
spec:
|
spec:
|
||||||
|
tls:
|
||||||
|
- hosts: [matrix.janky.bot]
|
||||||
|
secretName: matrix.janky.bot
|
||||||
rules:
|
rules:
|
||||||
- host: matrix.janky.bot
|
- host: matrix.janky.bot
|
||||||
http:
|
http:
|
||||||
|
|
Loading…
Reference in a new issue