mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-09 14:56:49 +07:00
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
|