This commit is contained in:
2023-10-07 23:35:53 +02:00
parent 5981587652
commit bb5c66b398
2 changed files with 208 additions and 0 deletions

View File

@@ -0,0 +1,77 @@
---
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