khuedoan-homelab/platform/gitea/values.yaml

30 lines
757 B
YAML
Raw Normal View History

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:
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"
2021-08-23 00:03:11 +07:00
hosts:
- 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:
- *host
gitea:
admin:
# existingSecret: gitea-admin-secret
password: asdfasdfasdf # TODO yes I know this is just for testing
config:
server:
LANDING_PAGE: explore
persistence:
storageClass: longhorn
postgresql:
persistence:
storageClass: longhorn