mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 05:51:17 +07:00
27 lines
631 B
YAML
27 lines
631 B
YAML
gitea:
|
|
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 git.khuedoan.com
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
tls:
|
|
- secretName: gitea-tls-certificate
|
|
hosts:
|
|
- *host
|
|
gitea:
|
|
config:
|
|
server:
|
|
LANDING_PAGE: explore
|
|
persistence:
|
|
storageClass: longhorn
|
|
postgresql:
|
|
persistence:
|
|
storageClass: longhorn
|