78 lines
1.4 KiB
YAML
78 lines
1.4 KiB
YAML
---
|
|
apiVersion: vinyl.solidite.fr/v1beta1
|
|
kind: Component
|
|
category: share
|
|
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
|
|
cacheSizeGB:
|
|
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: []
|
|
providers:
|
|
kubernetes: true
|
|
authentik: null
|
|
kubectl: true
|
|
postgresql: null
|
|
restapi: null
|
|
http: null
|
|
tfaddtype: null
|