diff --git a/share/dataset-maria/index.yaml b/share/dataset-maria/index.yaml index a6ac1ee..99859d8 100644 --- a/share/dataset-maria/index.yaml +++ b/share/dataset-maria/index.yaml @@ -50,7 +50,10 @@ options: examples: - 8Gi type: string -dependencies: [] +dependencies: +- dist: null + category: dbo + component: mariadb providers: kubernetes: true authentik: null diff --git a/share/dataset-mongo/index.yaml b/share/dataset-mongo/index.yaml index 84642af..678cf37 100644 --- a/share/dataset-mongo/index.yaml +++ b/share/dataset-mongo/index.yaml @@ -20,6 +20,26 @@ options: - IfNotPresent type: string type: object + mongo: + default: + version: 4.4.0 + examples: + - version: 4.4.0 + properties: + version: + default: 4.4.0 + type: string + type: object + replicas: + default: 1 + examples: + - 1 + type: integer + cacheSizeGB: + default: 1 + examples: + - 1 + type: integer ressources: default: limits: @@ -61,27 +81,10 @@ options: type: string type: object type: object - cacheSizeGB: - default: 1 - examples: - - 1 - type: integer - replicas: - default: 1 - examples: - - 1 - type: integer - mongo: - default: - version: 4.4.0 - examples: - - version: 4.4.0 - properties: - version: - default: 4.4.0 - type: string - type: object -dependencies: [] +dependencies: +- dist: null + category: dbo + component: mongo providers: kubernetes: true authentik: null diff --git a/share/dataset-pg/index.yaml b/share/dataset-pg/index.yaml index 05243e1..8074721 100644 --- a/share/dataset-pg/index.yaml +++ b/share/dataset-pg/index.yaml @@ -6,6 +6,28 @@ metadata: name: dataset-pg description: null options: + replicas: + default: 1 + examples: + - 1 + type: integer + extentions: + default: + pool: + enable: false + examples: + - pool: + enable: false + properties: + pool: + default: + enable: false + properties: + enable: + default: false + type: boolean + type: object + type: object backups: default: enable: false @@ -74,28 +96,6 @@ options: examples: - 8Gi type: string - extentions: - default: - pool: - enable: false - examples: - - pool: - enable: false - properties: - pool: - default: - enable: false - properties: - enable: - default: false - type: boolean - type: object - type: object - replicas: - default: 1 - examples: - - 1 - type: integer roles: default: [] items: @@ -105,7 +105,10 @@ options: type: string type: object type: array -dependencies: [] +dependencies: +- dist: null + category: dbo + component: pg providers: kubernetes: true authentik: null diff --git a/share/dataset-rabbit/index.yaml b/share/dataset-rabbit/index.yaml index c7ebd29..a8ea6cc 100644 --- a/share/dataset-rabbit/index.yaml +++ b/share/dataset-rabbit/index.yaml @@ -6,6 +6,45 @@ metadata: name: dataset-rabbit description: null options: + images: + default: + rabbit: + pullPolicy: IfNotPresent + registry: docker.io + repository: rabbitmq + tag: 3.10.2-management + examples: + - rabbit: + pullPolicy: IfNotPresent + registry: docker.io + repository: rabbitmq + tag: 3.10.2-management + properties: + rabbit: + default: + pullPolicy: IfNotPresent + registry: docker.io + repository: rabbitmq + tag: 3.10.2-management + properties: + pullPolicy: + default: IfNotPresent + enum: + - Always + - Never + - IfNotPresent + type: string + registry: + default: docker.io + type: string + repository: + default: rabbitmq + type: string + tag: + default: 3.10.2-management + type: string + type: object + type: object ressources: default: limits: @@ -47,56 +86,20 @@ options: type: string type: object type: object - replicas: - default: 1 - examples: - - 1 - type: integer storage: default: 8Gi examples: - 8Gi type: string - images: - default: - rabbit: - pullPolicy: IfNotPresent - registry: docker.io - repository: rabbitmq - tag: 3.10.2-management + replicas: + default: 1 examples: - - rabbit: - pullPolicy: IfNotPresent - registry: docker.io - repository: rabbitmq - tag: 3.10.2-management - properties: - rabbit: - default: - pullPolicy: IfNotPresent - registry: docker.io - repository: rabbitmq - tag: 3.10.2-management - properties: - pullPolicy: - default: IfNotPresent - enum: - - Always - - Never - - IfNotPresent - type: string - registry: - default: docker.io - type: string - repository: - default: rabbitmq - type: string - tag: - default: 3.10.2-management - type: string - type: object - type: object -dependencies: [] + - 1 + type: integer +dependencies: +- dist: null + category: dbo + component: rabbitmq providers: kubernetes: true authentik: null diff --git a/share/dataset-redis/index.yaml b/share/dataset-redis/index.yaml index 6dfbfbf..5381d26 100644 --- a/share/dataset-redis/index.yaml +++ b/share/dataset-redis/index.yaml @@ -6,6 +6,21 @@ metadata: name: dataset-redis description: null options: + storage: + default: 8Gi + examples: + - 8Gi + type: string + exporter: + default: + enable: true + examples: + - enable: true + properties: + enable: + default: true + type: boolean + type: object images: default: exporter: @@ -69,22 +84,10 @@ options: type: string type: object type: object - storage: - default: 8Gi - examples: - - 8Gi - type: string - exporter: - default: - enable: true - examples: - - enable: true - properties: - enable: - default: true - type: boolean - type: object -dependencies: [] +dependencies: +- dist: null + category: dbo + component: redis providers: kubernetes: true authentik: null