khuedoan-homelab/platform/gitea/values.yaml
Khue Doan e28bada08e refactor: remove explicit StorageClass selection
Previously PVCs need to define storage class explicitly because if
a PVC was created before Longhorn is ready, it will stay pending forever
until we delete and recreate it (ArgoCD didn't have sync wave for
ApplicationSet back then).

Kubernetes 1.28 has retroactive assignment of a default StorageClass for
existing unbound persistent volume claims without any storage class assigned.

https://kubernetes.io/blog/2023/08/15/kubernetes-v1-28-release/#automatic-retroactive-assignment-of-a-default-storageclass-graduates-to-stable
2023-11-19 12:04:10 +07:00

27 lines
596 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
webhook:
ALLOWED_HOST_LIST: private