diff --git a/apps/dolibarr/index.yaml b/apps/dolibarr/index.yaml index 30d9731..352cf28 100644 --- a/apps/dolibarr/index.yaml +++ b/apps/dolibarr/index.yaml @@ -6,54 +6,44 @@ metadata: name: dolibarr description: null options: - 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 issuer: default: letsencrypt-prod examples: - letsencrypt-prod type: string - modules: + redis: default: - - societe + exporter: + enabled: true + image: quay.io/opstree/redis-exporter:v1.44.0 + image: quay.io/opstree/redis:v7.0.12 + storage: 2Gi examples: - - - societe - items: - type: string - type: array - log-level: - default: 5 - examples: - - 5 - type: integer - app-group: - default: '' - examples: - - '' - type: string - ingress-class: - default: traefik - examples: - - traefik - type: string + - exporter: + enabled: true + image: quay.io/opstree/redis-exporter:v1.44.0 + image: quay.io/opstree/redis:v7.0.12 + 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.12 + type: string + storage: + default: 2Gi + type: string + type: object storage: default: accessMode: ReadWriteOnce @@ -81,101 +71,6 @@ options: - block type: string type: object - domain-name: - default: your_company.com - examples: - - your_company.com - type: string - 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 - 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 resources: default: limits: @@ -217,69 +112,6 @@ options: type: string type: object type: object - domain: - default: your-company - examples: - - your-company - type: string - parameters: - default: - MAIN_LANG_DEFAULT: auto - examples: - - MAIN_LANG_DEFAULT: auto - properties: - MAIN_LANG_DEFAULT: - default: auto - type: string - type: object - 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 - 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 backups: default: enable: false @@ -386,6 +218,174 @@ options: default: false type: boolean 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 + domain: + default: your-company + examples: + - your-company + type: string + app-group: + default: '' + examples: + - '' + type: string + modules: + default: + - societe + examples: + - - societe + items: + type: string + type: array + 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 + 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 + images: + default: + dolibarr: + pullPolicy: IfNotPresent + registry: docker.io + repository: sebt3/dolibarr + tag: 18.0.2 + nginx: + pullPolicy: IfNotPresent + registry: docker.io + repository: nginx + tag: alpine + examples: + - dolibarr: + pullPolicy: IfNotPresent + registry: docker.io + repository: sebt3/dolibarr + tag: 18.0.2 + nginx: + pullPolicy: IfNotPresent + registry: docker.io + repository: nginx + tag: alpine + properties: + dolibarr: + default: + pullPolicy: IfNotPresent + registry: docker.io + repository: sebt3/dolibarr + tag: 18.0.2 + properties: + pullPolicy: + default: IfNotPresent + type: string + registry: + default: docker.io + type: string + repository: + default: sebt3/dolibarr + type: string + tag: + default: 18.0.2 + 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 + domain-name: + default: your_company.com + examples: + - your_company.com + type: string + parameters: + default: + MAIN_LANG_DEFAULT: auto + examples: + - MAIN_LANG_DEFAULT: auto + properties: + MAIN_LANG_DEFAULT: + default: auto + type: string + type: object + ingress-class: + default: traefik + examples: + - traefik + type: string + log-level: + default: 5 + examples: + - 5 + type: integer + sub-domain: + default: erp + examples: + - erp + type: string dependencies: - dist: null category: share