This commit is contained in:
2023-10-29 17:03:22 +01:00
parent 057a410f52
commit 1a023a18e5
25 changed files with 778 additions and 766 deletions

View File

@@ -47,6 +47,8 @@ data "kustomization_overlay" "data" {
kind: Deployment
metadata:
name: gitea
annotations:
secret.reloader.stakater.com/reload: "gitea-ldap,gitea-admin-user"
spec:
replicas: ${var.replicas}
template:

View File

@@ -9,6 +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:
domain:
default: your-company
examples:
- your-company
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
sub-domain:
default: git
examples:
- git
type: string
load-balancer:
default:
ip: ''
@@ -19,76 +34,46 @@ options:
default: ''
type: string
type: object
ingress-class:
default: traefik
release:
default: 8.3.0
examples:
- traefik
- 8.3.0
type: string
sub-domain:
default: git
timezone:
default: Europe/Paris
examples:
- git
- Europe/Paris
type: string
disable-registration:
default: true
examples:
- true
type: boolean
default-branch:
default: main
push-create:
default:
org: 'true'
private: 'false'
user: 'true'
examples:
- main
type: string
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
domain:
default: your-company
examples:
- your-company
type: string
app-group:
default: dev
examples:
- dev
type: string
release:
default: 8.3.0
examples:
- 8.3.0
type: string
- org: 'true'
private: 'false'
user: 'true'
properties:
org:
default: 'true'
type: string
private:
default: 'false'
type: string
user:
default: 'true'
type: string
type: object
replicas:
default: 1
examples:
- 1
type: integer
ssh-port:
default: 2222
examples:
- 2222
type: integer
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
timezone:
default: Europe/Paris
examples:
- Europe/Paris
type: string
backups:
default:
enable: false
@@ -195,6 +180,21 @@ options:
default: false
type: boolean
type: object
default-branch:
default: main
examples:
- main
type: string
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
app-group:
default: dev
examples:
- dev
type: string
webhook:
default:
allowed-hosts: private
@@ -210,6 +210,41 @@ options:
default: false
type: boolean
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
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
images:
default:
gitea:
@@ -249,30 +284,6 @@ options:
type: string
type: object
type: object
volume:
default:
accessMode: ReadWriteOnce
size: 10Gi
examples:
- accessMode: ReadWriteOnce
size: 10Gi
properties:
accessMode:
default: ReadWriteOnce
enum:
- ReadWriteOnce
- ReadOnlyMany
- ReadWriteMany
type: string
size:
default: 10Gi
type: string
type: object
theme:
default: gitea-modern
examples:
- gitea-modern
type: string
redis:
default:
exporter:
@@ -306,51 +317,40 @@ options:
default: 2Gi
type: string
type: object
push-create:
default:
org: 'true'
private: 'false'
user: 'true'
ingress-class:
default: traefik
examples:
- org: 'true'
private: 'false'
user: 'true'
properties:
org:
default: 'true'
type: string
private:
default: 'false'
type: string
user:
default: 'true'
type: string
type: object
postgres:
default:
replicas: 1
storage: 10Gi
version: '14'
- traefik
type: string
theme:
default: gitea-modern
examples:
- replicas: 1
storage: 10Gi
version: '14'
- gitea-modern
type: string
volume:
default:
accessMode: ReadWriteOnce
size: 10Gi
examples:
- accessMode: ReadWriteOnce
size: 10Gi
properties:
replicas:
default: 1
type: integer
storage:
accessMode:
default: ReadWriteOnce
enum:
- ReadWriteOnce
- ReadOnlyMany
- ReadWriteMany
type: string
size:
default: 10Gi
type: string
version:
default: '14'
type: string
type: object
issuer:
default: letsencrypt-prod
ssh-port:
default: 2222
examples:
- letsencrypt-prod
type: string
- 2222
type: integer
dependencies:
- dist: null
category: share