fix
This commit is contained in:
@@ -50,7 +50,10 @@ options:
|
|||||||
examples:
|
examples:
|
||||||
- 8Gi
|
- 8Gi
|
||||||
type: string
|
type: string
|
||||||
dependencies: []
|
dependencies:
|
||||||
|
- dist: null
|
||||||
|
category: dbo
|
||||||
|
component: mariadb
|
||||||
providers:
|
providers:
|
||||||
kubernetes: true
|
kubernetes: true
|
||||||
authentik: null
|
authentik: null
|
||||||
|
|||||||
@@ -20,6 +20,26 @@ options:
|
|||||||
- IfNotPresent
|
- IfNotPresent
|
||||||
type: string
|
type: string
|
||||||
type: object
|
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:
|
ressources:
|
||||||
default:
|
default:
|
||||||
limits:
|
limits:
|
||||||
@@ -61,27 +81,10 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
cacheSizeGB:
|
dependencies:
|
||||||
default: 1
|
- dist: null
|
||||||
examples:
|
category: dbo
|
||||||
- 1
|
component: mongo
|
||||||
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: []
|
|
||||||
providers:
|
providers:
|
||||||
kubernetes: true
|
kubernetes: true
|
||||||
authentik: null
|
authentik: null
|
||||||
|
|||||||
@@ -6,6 +6,28 @@ metadata:
|
|||||||
name: dataset-pg
|
name: dataset-pg
|
||||||
description: null
|
description: null
|
||||||
options:
|
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:
|
backups:
|
||||||
default:
|
default:
|
||||||
enable: false
|
enable: false
|
||||||
@@ -74,28 +96,6 @@ options:
|
|||||||
examples:
|
examples:
|
||||||
- 8Gi
|
- 8Gi
|
||||||
type: string
|
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:
|
roles:
|
||||||
default: []
|
default: []
|
||||||
items:
|
items:
|
||||||
@@ -105,7 +105,10 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: array
|
type: array
|
||||||
dependencies: []
|
dependencies:
|
||||||
|
- dist: null
|
||||||
|
category: dbo
|
||||||
|
component: pg
|
||||||
providers:
|
providers:
|
||||||
kubernetes: true
|
kubernetes: true
|
||||||
authentik: null
|
authentik: null
|
||||||
|
|||||||
@@ -6,6 +6,45 @@ metadata:
|
|||||||
name: dataset-rabbit
|
name: dataset-rabbit
|
||||||
description: null
|
description: null
|
||||||
options:
|
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:
|
ressources:
|
||||||
default:
|
default:
|
||||||
limits:
|
limits:
|
||||||
@@ -47,56 +86,20 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
replicas:
|
|
||||||
default: 1
|
|
||||||
examples:
|
|
||||||
- 1
|
|
||||||
type: integer
|
|
||||||
storage:
|
storage:
|
||||||
default: 8Gi
|
default: 8Gi
|
||||||
examples:
|
examples:
|
||||||
- 8Gi
|
- 8Gi
|
||||||
type: string
|
type: string
|
||||||
images:
|
replicas:
|
||||||
default:
|
default: 1
|
||||||
rabbit:
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
registry: docker.io
|
|
||||||
repository: rabbitmq
|
|
||||||
tag: 3.10.2-management
|
|
||||||
examples:
|
examples:
|
||||||
- rabbit:
|
- 1
|
||||||
pullPolicy: IfNotPresent
|
type: integer
|
||||||
registry: docker.io
|
dependencies:
|
||||||
repository: rabbitmq
|
- dist: null
|
||||||
tag: 3.10.2-management
|
category: dbo
|
||||||
properties:
|
component: rabbitmq
|
||||||
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: []
|
|
||||||
providers:
|
providers:
|
||||||
kubernetes: true
|
kubernetes: true
|
||||||
authentik: null
|
authentik: null
|
||||||
|
|||||||
@@ -6,6 +6,21 @@ metadata:
|
|||||||
name: dataset-redis
|
name: dataset-redis
|
||||||
description: null
|
description: null
|
||||||
options:
|
options:
|
||||||
|
storage:
|
||||||
|
default: 8Gi
|
||||||
|
examples:
|
||||||
|
- 8Gi
|
||||||
|
type: string
|
||||||
|
exporter:
|
||||||
|
default:
|
||||||
|
enable: true
|
||||||
|
examples:
|
||||||
|
- enable: true
|
||||||
|
properties:
|
||||||
|
enable:
|
||||||
|
default: true
|
||||||
|
type: boolean
|
||||||
|
type: object
|
||||||
images:
|
images:
|
||||||
default:
|
default:
|
||||||
exporter:
|
exporter:
|
||||||
@@ -69,22 +84,10 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
storage:
|
dependencies:
|
||||||
default: 8Gi
|
- dist: null
|
||||||
examples:
|
category: dbo
|
||||||
- 8Gi
|
component: redis
|
||||||
type: string
|
|
||||||
exporter:
|
|
||||||
default:
|
|
||||||
enable: true
|
|
||||||
examples:
|
|
||||||
- enable: true
|
|
||||||
properties:
|
|
||||||
enable:
|
|
||||||
default: true
|
|
||||||
type: boolean
|
|
||||||
type: object
|
|
||||||
dependencies: []
|
|
||||||
providers:
|
providers:
|
||||||
kubernetes: true
|
kubernetes: true
|
||||||
authentik: null
|
authentik: null
|
||||||
|
|||||||
Reference in New Issue
Block a user