khuedoan-homelab/platform/gitea/values.yaml
2021-12-30 11:30:02 +07:00

28 lines
619 B
YAML

gitea:
ingress:
enabled: true
className: nginx
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
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