62 lines
1.0 KiB
YAML
62 lines
1.0 KiB
YAML
---
|
|
apiVersion: vinyl.solidite.fr/v1beta1
|
|
kind: Component
|
|
category: meta
|
|
metadata:
|
|
name: domain-ci
|
|
description: null
|
|
options:
|
|
domain-name:
|
|
default: your_company.com
|
|
examples:
|
|
- your_company.com
|
|
type: string
|
|
issuer:
|
|
default: letsencrypt-prod
|
|
examples:
|
|
- letsencrypt-prod
|
|
type: string
|
|
domain:
|
|
default: your-company
|
|
examples:
|
|
- your-company
|
|
type: string
|
|
ingress-class:
|
|
default: traefik
|
|
examples:
|
|
- traefik
|
|
type: string
|
|
distributions:
|
|
default:
|
|
core: core
|
|
domain: domain
|
|
examples:
|
|
- core: core
|
|
domain: domain
|
|
properties:
|
|
core:
|
|
default: core
|
|
type: string
|
|
domain:
|
|
default: domain
|
|
type: string
|
|
type: object
|
|
gitea:
|
|
default:
|
|
enable: true
|
|
examples:
|
|
- enable: true
|
|
properties:
|
|
enable:
|
|
default: true
|
|
type: boolean
|
|
type: object
|
|
dependencies: []
|
|
providers:
|
|
kubernetes: true
|
|
authentik: null
|
|
kubectl: true
|
|
postgresql: null
|
|
restapi: null
|
|
http: null
|