khuedoan-homelab/platform/gitea/values.yaml

24 lines
481 B
YAML
Raw Normal View History

2021-08-23 00:03:11 +07:00
gitea:
ingress:
enabled: true
2021-08-23 03:18:00 +07:00
annotations:
2021-08-24 01:03:58 +07:00
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
2021-08-23 00:03:11 +07:00
hosts:
- 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:
- git.khuedoan.com
gitea:
config:
server:
LANDING_PAGE: explore
persistence:
storageClass: longhorn
postgresql:
persistence:
storageClass: longhorn