khuedoan-homelab/platform/gitea/values.yaml
2022-05-04 09:17:42 +07:00

30 lines
648 B
YAML

gitea:
ingress:
enabled: true
className: nginx
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
hajimari.io/appName: Gitea
hajimari.io/icon: git
hosts:
- host: &host git.khuedoan.com
paths:
- path: /
pathType: Prefix
tls:
- secretName: gitea-tls-certificate
hosts:
- *host
gitea:
admin:
existingSecret: gitea-admin-secret
config:
server:
LANDING_PAGE: explore
ROOT_URL: https://git.khuedoan.com
persistence:
storageClass: longhorn
postgresql:
persistence:
storageClass: longhorn