khuedoan-homelab/platform/gitea/values.yaml
2021-11-29 21:16:27 +07:00

25 lines
502 B
YAML

gitea:
ingress:
enabled: true
className: nginx
annotations:
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
hosts:
- host: git.khuedoan.com
paths:
- path: /
pathType: Prefix
tls:
- secretName: gitea-tls-certificate
hosts:
- git.khuedoan.com
gitea:
config:
server:
LANDING_PAGE: explore
persistence:
storageClass: longhorn
postgresql:
persistence:
storageClass: longhorn