This commit is contained in:
2024-01-26 11:47:24 +01:00
parent a0addbd842
commit 97ebdf368b
9 changed files with 781 additions and 781 deletions

View File

@@ -6,26 +6,28 @@ metadata:
name: domain-erp
description: null
options:
domain_name:
default: your_company.com
ingress_class:
default: traefik
examples:
- your_company.com
- traefik
type: string
distributions:
dolibarr:
default:
core: core
domain: domain
enable: true
examples:
- core: core
domain: domain
- enable: true
properties:
core:
default: core
type: string
domain:
default: domain
type: string
enable:
default: true
type: boolean
type: object
x-vynil-category: apps
x-vynil-package: dolibarr
domain:
default: your-company
examples:
- your-company
type: string
storage-classes:
default:
BlockReadWriteMany: ''
@@ -51,10 +53,15 @@ options:
default: ''
type: string
type: object
ingress_class:
default: traefik
issuer:
default: letsencrypt-prod
examples:
- traefik
- letsencrypt-prod
type: string
domain_name:
default: your_company.com
examples:
- your_company.com
type: string
backups:
default:
@@ -86,28 +93,21 @@ options:
default: backup-settings
type: string
type: object
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
domain:
default: your-company
examples:
- your-company
type: string
dolibarr:
distributions:
default:
enable: true
core: core
domain: domain
examples:
- enable: true
- core: core
domain: domain
properties:
enable:
default: true
type: boolean
core:
default: core
type: string
domain:
default: domain
type: string
type: object
x-vynil-category: apps
x-vynil-package: dolibarr
dependencies: []
providers:
kubernetes: true