Adds gitea app.

This commit is contained in:
2025-07-17 14:02:22 -07:00
parent 7250f08cc5
commit a92d427fc4
9 changed files with 396 additions and 0 deletions

26
apps/gitea/manifest.yaml Normal file
View File

@@ -0,0 +1,26 @@
name: gitea
description: Gitea is a painless self-hosted Git service written in Go
version: 1.0.0
icon: https://github.com/go-gitea/gitea/raw/main/assets/logo.png
requires:
- name: postgres
defaultConfig:
image: gitea/gitea:1.22.0
domain: gitea.{{ .cloud.domain }}
port: 3000
sshPort: 22
storage: 10Gi
dbName: gitea
dbUser: gitea
dbHost: postgres.postgres.svc.cluster.local
dbPort: 5432
timezone: UTC
adminUser: admin
adminEmail: admin@{{ .cloud.domain }}
appName: Gitea
runMode: prod
requiredSecrets:
- apps.gitea.adminPassword
- apps.gitea.dbPassword
- apps.gitea.secretKey
- apps.gitea.jwtSecret