This commit is contained in:
2024-01-26 09:24:17 +01:00
parent db07be70a0
commit e8ad81c3db
11 changed files with 545 additions and 518 deletions

View File

@@ -9,31 +9,31 @@ 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:
ingress_class:
default: traefik
examples:
- traefik
type: string
timezone:
default: Europe/Paris
examples:
- Europe/Paris
type: string
app_group:
default: dev
examples:
- dev
type: string
domain:
default: your-company
examples:
- your-company
type: string
disable-registration:
default: true
examples:
- true
type: boolean
theme:
default: gitea-modern
examples:
- gitea-modern
type: string
replicas:
default: 1
examples:
- 1
type: integer
timezone:
default: Europe/Paris
examples:
- Europe/Paris
type: string
ssh-port:
default: 2222
examples:
- 2222
type: integer
storage:
default:
postgres:
@@ -95,6 +95,31 @@ options:
type: string
type: object
type: object
domain:
default: your-company
examples:
- your-company
type: string
domain_name:
default: your_company.com
examples:
- your_company.com
type: string
ingress_class:
default: traefik
examples:
- traefik
type: string
load-balancer:
default:
ip: ''
examples:
- ip: ''
properties:
ip:
default: ''
type: string
type: object
backups:
default:
enable: false
@@ -201,26 +226,31 @@ options:
default: false
type: boolean
type: object
postgres:
default:
replicas: 1
sub_domain:
default: git
examples:
- replicas: 1
properties:
replicas:
default: 1
type: integer
type: object
release:
default: 8.3.0
examples:
- 8.3.0
- git
type: string
default-branch:
default: main
examples:
- main
type: string
app_group:
default: dev
examples:
- dev
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
release:
default: 8.3.0
examples:
- 8.3.0
type: string
push-create:
default:
org: 'true'
@@ -241,11 +271,31 @@ options:
default: 'true'
type: string
type: object
domain_name:
default: your_company.com
admin:
default:
email: git-admin@git.your_company.com
name: gitea_admin
examples:
- your_company.com
type: string
- 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
examples:
- replicas: 1
properties:
replicas:
default: 1
type: integer
type: object
webhook:
default:
allowed-hosts: private
@@ -261,31 +311,6 @@ options:
default: false
type: boolean
type: object
sub_domain:
default: git
examples:
- git
type: string
ssh-sub_domain:
default: git
examples:
- git
type: string
load-balancer:
default:
ip: ''
examples:
- ip: ''
properties:
ip:
default: ''
type: string
type: object
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
redis:
default:
exporter:
@@ -303,31 +328,6 @@ options:
type: boolean
type: object
type: object
theme:
default: gitea-modern
examples:
- gitea-modern
type: string
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
replicas:
default: 1
examples:
- 1
type: integer
images:
default:
gitea:
@@ -459,11 +459,11 @@ options:
type: string
type: object
type: object
ssh-port:
default: 2222
ssh-sub_domain:
default: git
examples:
- 2222
type: integer
- git
type: string
dependencies:
- dist: null
category: share