mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-09 06:47:01 +07:00
e059ffb4fb
Thanks to @locmai Related PR: https://github.com/S7evinK/dendrite-helm/pull/5
22 lines
575 B
YAML
22 lines
575 B
YAML
elementweb:
|
|
ingress:
|
|
enabled: true
|
|
className: nginx
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
|
external-dns.alpha.kubernetes.io/target: "homelab-tunnel.khuedoan.com"
|
|
external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"
|
|
hosts:
|
|
- host: &host chat.khuedoan.com
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
tls:
|
|
- secretName: element-tls-certificate
|
|
hosts:
|
|
- *host
|
|
config:
|
|
default:
|
|
base_url: https://matrix.khuedoan.com
|
|
server_name: khuedoan.com
|