This commit is contained in:
2023-08-06 18:48:50 +02:00
parent 216c67f441
commit 10570d29fe
6 changed files with 405 additions and 283 deletions

View File

@@ -9,61 +9,21 @@ metadata:
A painless self-hosted Git service.
Gitea is a community managed lightweight code hosting solution written in Go. It is published under the MIT license.
options:
load-balancer:
default:
ip: ''
timezone:
default: Europe/Paris
examples:
- ip: ''
properties:
ip:
default: ''
type: string
type: object
admin:
default:
email: git-admin@git.your_company.com
name: gitea_admin
examples:
- email: git-admin@git.your_company.com
name: gitea_admin
properties:
email:
default: git-admin@git.your_company.com
type: string
name:
default: gitea_admin
type: string
type: object
postgres:
default:
replicas: 1
storage: 10Gi
version: '14'
examples:
- replicas: 1
storage: 10Gi
version: '14'
properties:
replicas:
default: 1
type: integer
storage:
default: 10Gi
type: string
version:
default: '14'
type: string
type: object
release:
default: 8.3.0
examples:
- 8.3.0
- Europe/Paris
type: string
theme:
default: gitea-modern
sub-domain:
default: git
examples:
- gitea-modern
- git
type: string
ssh-port:
default: 2222
examples:
- 2222
type: integer
webhook:
default:
allowed-hosts: private
@@ -79,46 +39,11 @@ options:
default: false
type: boolean
type: object
volume:
default:
size: 10Gi
release:
default: 8.3.0
examples:
- size: 10Gi
properties:
size:
default: 10Gi
type: string
type: object
timezone:
default: Europe/Paris
examples:
- Europe/Paris
- 8.3.0
type: string
default-branch:
default: main
examples:
- main
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
ssh-port:
default: 2222
examples:
- 2222
type: integer
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
replicas:
default: 1
examples:
- 1
type: integer
images:
default:
gitea:
@@ -182,6 +107,66 @@ options:
type: string
type: object
type: object
ingress-class:
default: traefik
examples:
- traefik
type: string
replicas:
default: 1
examples:
- 1
type: integer
domain:
default: your-company
examples:
- your-company
type: string
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
volume:
default:
size: 10Gi
examples:
- size: 10Gi
properties:
size:
default: 10Gi
type: string
type: object
load-balancer:
default:
ip: ''
examples:
- ip: ''
properties:
ip:
default: ''
type: string
type: object
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
theme:
default: gitea-modern
examples:
- gitea-modern
type: string
default-branch:
default: main
examples:
- main
type: string
disable-registration:
default: true
examples:
- true
type: boolean
push-create:
default:
org: 'true'
@@ -202,26 +187,41 @@ options:
default: 'true'
type: string
type: object
domain:
default: your-company
admin:
default:
email: git-admin@git.your_company.com
name: gitea_admin
examples:
- your-company
type: string
ingress-class:
default: traefik
- email: git-admin@git.your_company.com
name: gitea_admin
properties:
email:
default: git-admin@git.your_company.com
type: string
name:
default: gitea_admin
type: string
type: object
postgres:
default:
replicas: 1
storage: 10Gi
version: '14'
examples:
- traefik
type: string
sub-domain:
default: git
examples:
- git
type: string
disable-registration:
default: true
examples:
- true
type: boolean
- replicas: 1
storage: 10Gi
version: '14'
properties:
replicas:
default: 1
type: integer
storage:
default: 10Gi
type: string
version:
default: '14'
type: string
type: object
dependencies:
- dist: null
category: share
@@ -231,7 +231,7 @@ dependencies:
component: secret-generator
- dist: null
category: dbo
component: postgresql
component: pg
providers:
kubernetes: true
authentik: true