Files
domain/share/organisation/index.yaml
2024-05-31 14:24:52 +02:00

185 lines
3.4 KiB
YAML

---
apiVersion: vinyl.solidite.fr/v1beta1
kind: Component
category: share
metadata:
name: organisation
description: null
options:
app_group:
default: dev
examples:
- dev
type: string
autoCD:
default: true
examples:
- true
type: boolean
backups:
default:
enable: false
endpoint: ''
key_id_key: s3-id
secret_key: s3-secret
secret_name: backup-settings
examples:
- enable: false
endpoint: ''
key_id_key: s3-id
secret_key: s3-secret
secret_name: backup-settings
properties:
enable:
default: false
type: boolean
endpoint:
default: ''
type: string
key_id_key:
default: s3-id
type: string
secret_key:
default: s3-secret
type: string
secret_name:
default: backup-settings
type: string
type: object
datasets:
default: []
items:
properties:
engine:
default: pg
type: string
name:
default: ''
type: string
type: object
type: array
distributions:
default:
core: core
domain: domain
examples:
- core: core
domain: domain
properties:
core:
default: core
type: string
domain:
default: domain
type: string
type: object
domain:
default: your-company
examples:
- your-company
type: string
domain_name:
default: your_company.com
examples:
- your_company.com
type: string
gitea-ssh-domain:
default: ''
examples:
- ''
type: string
gitea_ssh_port:
default: '2222'
examples:
- '2222'
type: string
gitea_ssh_prefix:
default: git
examples:
- git
type: string
haveFlux:
default: false
examples:
- false
type: boolean
haveGitea:
default: false
examples:
- false
type: boolean
haveTekton:
default: false
examples:
- false
type: boolean
images:
default:
kubectl:
pull_policy: IfNotPresent
registry: docker.io
repository: sebt3/basic-toolbox-image
tag: 1.29.3
examples:
- kubectl:
pull_policy: IfNotPresent
registry: docker.io
repository: sebt3/basic-toolbox-image
tag: 1.29.3
properties:
kubectl:
default:
pull_policy: IfNotPresent
registry: docker.io
repository: sebt3/basic-toolbox-image
tag: 1.29.3
properties:
pull_policy:
default: IfNotPresent
enum:
- Always
- Never
- IfNotPresent
type: string
registry:
default: docker.io
type: string
repository:
default: sebt3/basic-toolbox-image
type: string
tag:
default: 1.29.3
type: string
type: object
type: object
ingress_class:
default: traefik
examples:
- traefik
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
stages:
default: []
items:
properties:
name:
default: prod
type: string
type: object
type: array
dependencies: []
providers:
kubernetes: true
authentik: null
kubectl: true
postgresql: null
mysql: null
restapi: null
http: null
gitea: true
tfaddtype: null