mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 13:08:52 +07:00
39 lines
961 B
YAML
39 lines
961 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: &frontend_host chat.khuedoan.com
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
tls:
|
|
- secretName: element-tls-certificate
|
|
hosts:
|
|
- *frontend_host
|
|
config:
|
|
default:
|
|
base_url: https://matrix.khuedoan.com
|
|
server_name: khuedoan.com
|
|
|
|
dendrite:
|
|
dendrite_config:
|
|
global:
|
|
server_name: matrix.khuedoan.com
|
|
ingress:
|
|
enabled: true
|
|
className: nginx
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
|
hostName: matrix.khuedoan.com
|
|
tls:
|
|
- hosts:
|
|
- matrix.khuedoan.com
|
|
secretName: matrix-tls-certificate
|
|
postgresql:
|
|
enabled: true
|