2021-08-23 00:03:11 +07:00
|
|
|
gitea:
|
|
|
|
ingress:
|
|
|
|
enabled: true
|
2021-11-29 21:16:27 +07:00
|
|
|
className: nginx
|
2021-08-23 03:18:00 +07:00
|
|
|
annotations:
|
2021-12-05 17:43:32 +07:00
|
|
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
2021-12-20 21:44:46 +07:00
|
|
|
external-dns.alpha.kubernetes.io/target: "homelab-tunnel.khuedoan.com"
|
|
|
|
external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"
|
2021-08-23 00:03:11 +07:00
|
|
|
hosts:
|
2021-12-16 21:02:13 +07:00
|
|
|
- host: &host git.khuedoan.com
|
2021-08-23 00:09:40 +07:00
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: Prefix
|
2021-08-23 03:18:00 +07:00
|
|
|
tls:
|
|
|
|
- secretName: gitea-tls-certificate
|
|
|
|
hosts:
|
2021-12-16 21:02:13 +07:00
|
|
|
- *host
|
2021-09-03 16:13:50 +07:00
|
|
|
gitea:
|
2021-12-25 15:30:58 +07:00
|
|
|
admin:
|
|
|
|
# existingSecret: gitea-admin-secret
|
|
|
|
password: asdfasdfasdf # TODO yes I know this is just for testing
|
2021-09-03 16:13:50 +07:00
|
|
|
config:
|
|
|
|
server:
|
|
|
|
LANDING_PAGE: explore
|
2021-11-26 17:41:27 +07:00
|
|
|
persistence:
|
|
|
|
storageClass: longhorn
|
2021-11-26 18:04:28 +07:00
|
|
|
postgresql:
|
|
|
|
persistence:
|
|
|
|
storageClass: longhorn
|