Initial ORION Platform repository

This commit is contained in:
ran mad
2026-07-11 20:44:55 +08:00
commit 9ef2c6e044
9 changed files with 232 additions and 0 deletions
+59
View File
@@ -0,0 +1,59 @@
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