This commit is contained in:
2023-10-23 20:53:50 +02:00
parent 2a0a2a3b22
commit 897238b8a8
21 changed files with 789 additions and 786 deletions

View File

@@ -6,20 +6,6 @@ metadata:
name: dataset-mongo
description: null
options:
image:
default:
pullPolicy: IfNotPresent
examples:
- pullPolicy: IfNotPresent
properties:
pullPolicy:
default: IfNotPresent
enum:
- Always
- Never
- IfNotPresent
type: string
type: object
ressources:
default:
limits:
@@ -61,6 +47,11 @@ options:
type: string
type: object
type: object
cacheSizeGB:
default: 1
examples:
- 1
type: integer
replicas:
default: 1
examples:
@@ -68,19 +59,28 @@ options:
type: integer
mongo:
default:
version: 4.4.0
version: 7.0.2
examples:
- version: 4.4.0
- version: 7.0.2
properties:
version:
default: 4.4.0
default: 7.0.2
type: string
type: object
cacheSizeGB:
default: 1
image:
default:
pullPolicy: IfNotPresent
examples:
- 1
type: integer
- pullPolicy: IfNotPresent
properties:
pullPolicy:
default: IfNotPresent
enum:
- Always
- Never
- IfNotPresent
type: string
type: object
dependencies:
- dist: null
category: dbo