khuedoan-homelab/platform/gitea/values.yaml
Khue Doan 0408d9d0a5 fix(gitea): do not overwrite admin username
CreateUser: name is reserved [name: admin]
2021-12-25 16:10:00 +07:00

30 lines
757 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:
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