302 lines
6.0 KiB
YAML
302 lines
6.0 KiB
YAML
---
|
|
apiVersion: vinyl.solidite.fr/v1beta1
|
|
kind: Component
|
|
category: apps
|
|
metadata:
|
|
name: dolibarr
|
|
description: null
|
|
options:
|
|
postgres:
|
|
default:
|
|
replicas: 1
|
|
storage: 5Gi
|
|
version: '14'
|
|
examples:
|
|
- replicas: 1
|
|
storage: 5Gi
|
|
version: '14'
|
|
properties:
|
|
replicas:
|
|
default: 1
|
|
type: integer
|
|
storage:
|
|
default: 5Gi
|
|
type: string
|
|
version:
|
|
default: '14'
|
|
type: string
|
|
type: object
|
|
sub-domain:
|
|
default: erp
|
|
examples:
|
|
- erp
|
|
type: string
|
|
ingress-class:
|
|
default: traefik
|
|
examples:
|
|
- traefik
|
|
type: string
|
|
parameters:
|
|
default:
|
|
MAIN_LANG_DEFAULT: auto
|
|
examples:
|
|
- MAIN_LANG_DEFAULT: auto
|
|
properties:
|
|
MAIN_LANG_DEFAULT:
|
|
default: auto
|
|
type: string
|
|
type: object
|
|
hpa:
|
|
default:
|
|
avg-cpu: 50
|
|
max-replicas: 5
|
|
min-replicas: 1
|
|
examples:
|
|
- avg-cpu: 50
|
|
max-replicas: 5
|
|
min-replicas: 1
|
|
properties:
|
|
avg-cpu:
|
|
default: 50
|
|
type: integer
|
|
max-replicas:
|
|
default: 5
|
|
type: integer
|
|
min-replicas:
|
|
default: 1
|
|
type: integer
|
|
type: object
|
|
modules:
|
|
default:
|
|
- societe
|
|
examples:
|
|
- - societe
|
|
items:
|
|
type: string
|
|
type: array
|
|
domain-name:
|
|
default: your_company.com
|
|
examples:
|
|
- your_company.com
|
|
type: string
|
|
resources:
|
|
default:
|
|
limits:
|
|
cpu: 200m
|
|
memory: 256Mi
|
|
requests:
|
|
cpu: 50m
|
|
memory: 100Mi
|
|
examples:
|
|
- limits:
|
|
cpu: 200m
|
|
memory: 256Mi
|
|
requests:
|
|
cpu: 50m
|
|
memory: 100Mi
|
|
properties:
|
|
limits:
|
|
default:
|
|
cpu: 200m
|
|
memory: 256Mi
|
|
properties:
|
|
cpu:
|
|
default: 200m
|
|
type: string
|
|
memory:
|
|
default: 256Mi
|
|
type: string
|
|
type: object
|
|
requests:
|
|
default:
|
|
cpu: 50m
|
|
memory: 100Mi
|
|
properties:
|
|
cpu:
|
|
default: 50m
|
|
type: string
|
|
memory:
|
|
default: 100Mi
|
|
type: string
|
|
type: object
|
|
type: object
|
|
storage:
|
|
default:
|
|
accessMode: ReadWriteOnce
|
|
size: 10Gi
|
|
type: Filesystem
|
|
examples:
|
|
- accessMode: ReadWriteOnce
|
|
size: 10Gi
|
|
type: Filesystem
|
|
properties:
|
|
accessMode:
|
|
default: ReadWriteOnce
|
|
enum:
|
|
- ReadWriteOnce
|
|
- ReadOnlyMany
|
|
- ReadWriteMany
|
|
type: string
|
|
size:
|
|
default: 10Gi
|
|
type: string
|
|
type:
|
|
default: Filesystem
|
|
enum:
|
|
- Filesystem
|
|
- block
|
|
type: string
|
|
type: object
|
|
domain:
|
|
default: your-company
|
|
examples:
|
|
- your-company
|
|
type: string
|
|
issuer:
|
|
default: letsencrypt-prod
|
|
examples:
|
|
- letsencrypt-prod
|
|
type: string
|
|
redis:
|
|
default:
|
|
exporter:
|
|
enabled: true
|
|
image: quay.io/opstree/redis-exporter:v1.44.0
|
|
image: quay.io/opstree/redis:v7.0.5
|
|
storage: 2Gi
|
|
examples:
|
|
- exporter:
|
|
enabled: true
|
|
image: quay.io/opstree/redis-exporter:v1.44.0
|
|
image: quay.io/opstree/redis:v7.0.5
|
|
storage: 2Gi
|
|
properties:
|
|
exporter:
|
|
default:
|
|
enabled: true
|
|
image: quay.io/opstree/redis-exporter:v1.44.0
|
|
properties:
|
|
enabled:
|
|
default: true
|
|
type: boolean
|
|
image:
|
|
default: quay.io/opstree/redis-exporter:v1.44.0
|
|
type: string
|
|
type: object
|
|
image:
|
|
default: quay.io/opstree/redis:v7.0.5
|
|
type: string
|
|
storage:
|
|
default: 2Gi
|
|
type: string
|
|
type: object
|
|
images:
|
|
default:
|
|
dolibarr:
|
|
pullPolicy: IfNotPresent
|
|
registry: docker.io
|
|
repository: sebt3/dolibarr
|
|
tag: 17.0.1
|
|
nginx:
|
|
pullPolicy: IfNotPresent
|
|
registry: docker.io
|
|
repository: nginx
|
|
tag: alpine
|
|
examples:
|
|
- dolibarr:
|
|
pullPolicy: IfNotPresent
|
|
registry: docker.io
|
|
repository: sebt3/dolibarr
|
|
tag: 17.0.1
|
|
nginx:
|
|
pullPolicy: IfNotPresent
|
|
registry: docker.io
|
|
repository: nginx
|
|
tag: alpine
|
|
properties:
|
|
dolibarr:
|
|
default:
|
|
pullPolicy: IfNotPresent
|
|
registry: docker.io
|
|
repository: sebt3/dolibarr
|
|
tag: 17.0.1
|
|
properties:
|
|
pullPolicy:
|
|
default: IfNotPresent
|
|
type: string
|
|
registry:
|
|
default: docker.io
|
|
type: string
|
|
repository:
|
|
default: sebt3/dolibarr
|
|
type: string
|
|
tag:
|
|
default: 17.0.1
|
|
type: string
|
|
type: object
|
|
nginx:
|
|
default:
|
|
pullPolicy: IfNotPresent
|
|
registry: docker.io
|
|
repository: nginx
|
|
tag: alpine
|
|
properties:
|
|
pullPolicy:
|
|
default: IfNotPresent
|
|
type: string
|
|
registry:
|
|
default: docker.io
|
|
type: string
|
|
repository:
|
|
default: nginx
|
|
type: string
|
|
tag:
|
|
default: alpine
|
|
type: string
|
|
type: object
|
|
type: object
|
|
log-level:
|
|
default: 5
|
|
examples:
|
|
- 5
|
|
type: integer
|
|
user-groups:
|
|
default:
|
|
- admin: true
|
|
name: dolibarr-admin
|
|
examples:
|
|
- - admin: true
|
|
name: dolibarr-admin
|
|
items:
|
|
properties:
|
|
admin:
|
|
type: boolean
|
|
name:
|
|
type: string
|
|
type: object
|
|
type: array
|
|
dependencies:
|
|
- dist: null
|
|
category: share
|
|
component: authentik-ldap
|
|
- dist: null
|
|
category: core
|
|
component: secret-generator
|
|
- dist: null
|
|
category: core
|
|
component: cert-manager-self-sign
|
|
- dist: null
|
|
category: dbo
|
|
component: pg
|
|
- dist: null
|
|
category: dbo
|
|
component: redis
|
|
providers:
|
|
kubernetes: true
|
|
authentik: true
|
|
kubectl: true
|
|
postgresql: null
|
|
restapi: true
|
|
http: true
|
|
tfaddtype: null
|