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
|
2021-09-03 16:13:50 +07:00
|
|
|
gitea:
|
|
|
|
config:
|
|
|
|
server:
|
|
|
|
LANDING_PAGE: explore
|
2021-11-26 17:41:27 +07:00
|
|
|
persistence:
|
|
|
|
storageClass: longhorn
|
2021-11-26 18:04:28 +07:00
|
|
|
postgresql:
|
|
|
|
persistence:
|
|
|
|
storageClass: longhorn
|