98 lines
1.7 KiB
YAML
98 lines
1.7 KiB
YAML
---
|
|
apiVersion: vinyl.solidite.fr/v1beta1
|
|
kind: Component
|
|
category: share
|
|
metadata:
|
|
name: dataset-mongo
|
|
description: null
|
|
options:
|
|
cacheSizeGB:
|
|
default: 1
|
|
examples:
|
|
- 1
|
|
type: integer
|
|
image:
|
|
default:
|
|
pull_policy: IfNotPresent
|
|
examples:
|
|
- pull_policy: IfNotPresent
|
|
properties:
|
|
pull_policy:
|
|
default: IfNotPresent
|
|
enum:
|
|
- Always
|
|
- Never
|
|
- IfNotPresent
|
|
type: string
|
|
type: object
|
|
mongo:
|
|
default:
|
|
version: 6.0.13
|
|
examples:
|
|
- version: 6.0.13
|
|
properties:
|
|
version:
|
|
default: 6.0.13
|
|
type: string
|
|
type: object
|
|
replicas:
|
|
default: 1
|
|
examples:
|
|
- 1
|
|
type: integer
|
|
ressources:
|
|
default:
|
|
limits:
|
|
cpu: '1'
|
|
memory: 1100M
|
|
requests:
|
|
cpu: '0.3'
|
|
memory: 400M
|
|
examples:
|
|
- limits:
|
|
cpu: '1'
|
|
memory: 1100M
|
|
requests:
|
|
cpu: '0.3'
|
|
memory: 400M
|
|
properties:
|
|
limits:
|
|
default:
|
|
cpu: '1'
|
|
memory: 1100M
|
|
properties:
|
|
cpu:
|
|
default: '1'
|
|
type: string
|
|
memory:
|
|
default: 1100M
|
|
type: string
|
|
type: object
|
|
requests:
|
|
default:
|
|
cpu: '0.3'
|
|
memory: 400M
|
|
properties:
|
|
cpu:
|
|
default: '0.3'
|
|
type: string
|
|
memory:
|
|
default: 400M
|
|
type: string
|
|
type: object
|
|
type: object
|
|
dependencies:
|
|
- dist: null
|
|
category: dbo
|
|
component: mongo
|
|
providers:
|
|
kubernetes: true
|
|
authentik: null
|
|
kubectl: true
|
|
postgresql: null
|
|
mysql: null
|
|
restapi: null
|
|
http: null
|
|
gitea: null
|
|
tfaddtype: null
|