Files
orion-platform/helm-values/gitea.yaml
T
2026-07-11 20:44:55 +08:00

60 lines
874 B
YAML

replicaCount: 1
strategy:
type: Recreate
service:
http:
type: ClusterIP
ingress:
enabled: true
className: nginx
hosts:
- host: gitea.etsb.cloud
paths:
- path: /
pathType: Prefix
persistence:
enabled: true
storageClass: ceph-rbd
size: 20Gi
postgresql:
enabled: true
primary:
persistence:
enabled: true
storageClass: ceph-rbd
size: 10Gi
postgresql-ha:
enabled: false
valkey-cluster:
enabled: false
valkey:
enabled: true
architecture: standalone
primary:
persistence:
enabled: true
storageClass: ceph-rbd
size: 2Gi
gitea:
admin:
username: lyra
password: Orion@123
email: admin@orion.lab
config:
server:
DOMAIN: gitea.etsb.cloud
ROOT_URL: https://gitea.etsb.cloud/
SSH_DOMAIN: gitea.etsb.cloud
START_SSH_SERVER: true