This commit is contained in:
2023-10-24 18:19:02 +02:00
parent 196f769e34
commit 5b92073dfd
3 changed files with 163 additions and 44 deletions

View File

@@ -6,36 +6,11 @@ metadata:
name: organisation
description: null
options:
distributions:
default:
core: core
domain: domain
examples:
- core: core
domain: domain
properties:
core:
default: core
type: string
domain:
default: domain
type: string
type: object
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
haveGitea:
default: false
examples:
- false
type: boolean
domain:
default: your-company
examples:
- your-company
type: string
datasets:
default: []
items:
@@ -48,11 +23,40 @@ options:
type: string
type: object
type: array
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
stages:
default: []
items:
properties:
name:
default: prod
type: string
type: object
type: array
app-group:
default: dev
examples:
- dev
type: string
domain:
default: your-company
examples:
- your-company
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
backups:
default:
enable: false
@@ -83,25 +87,21 @@ options:
default: backup-settings
type: string
type: object
stages:
default: []
items:
properties:
name:
default: prod
type: string
type: object
type: array
ingress-class:
default: traefik
distributions:
default:
core: core
domain: domain
examples:
- traefik
type: string
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
- core: core
domain: domain
properties:
core:
default: core
type: string
domain:
default: domain
type: string
type: object
dependencies: []
providers:
kubernetes: true
@@ -110,5 +110,5 @@ providers:
postgresql: null
restapi: null
http: null
gitea: null
gitea: true
tfaddtype: null