fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user