113 lines
2.2 KiB
YAML
113 lines
2.2 KiB
YAML
---
|
|
apiVersion: vinyl.solidite.fr/v1beta1
|
|
kind: Component
|
|
category: share
|
|
metadata:
|
|
name: dataset-rabbit
|
|
description: null
|
|
options:
|
|
images:
|
|
default:
|
|
rabbit:
|
|
pull_policy: IfNotPresent
|
|
registry: docker.io
|
|
repository: rabbitmq
|
|
tag: 3.10.2-management
|
|
examples:
|
|
- rabbit:
|
|
pull_policy: IfNotPresent
|
|
registry: docker.io
|
|
repository: rabbitmq
|
|
tag: 3.10.2-management
|
|
properties:
|
|
rabbit:
|
|
default:
|
|
pull_policy: IfNotPresent
|
|
registry: docker.io
|
|
repository: rabbitmq
|
|
tag: 3.10.2-management
|
|
properties:
|
|
pull_policy:
|
|
default: IfNotPresent
|
|
enum:
|
|
- Always
|
|
- Never
|
|
- IfNotPresent
|
|
type: string
|
|
registry:
|
|
default: docker.io
|
|
type: string
|
|
repository:
|
|
default: rabbitmq
|
|
type: string
|
|
tag:
|
|
default: 3.10.2-management
|
|
type: string
|
|
type: object
|
|
type: object
|
|
replicas:
|
|
default: 1
|
|
examples:
|
|
- 1
|
|
type: integer
|
|
ressources:
|
|
default:
|
|
limits:
|
|
cpu: '2'
|
|
memory: 2Gi
|
|
requests:
|
|
cpu: '1'
|
|
memory: 2Gi
|
|
examples:
|
|
- limits:
|
|
cpu: '2'
|
|
memory: 2Gi
|
|
requests:
|
|
cpu: '1'
|
|
memory: 2Gi
|
|
properties:
|
|
limits:
|
|
default:
|
|
cpu: '2'
|
|
memory: 2Gi
|
|
properties:
|
|
cpu:
|
|
default: '2'
|
|
type: string
|
|
memory:
|
|
default: 2Gi
|
|
type: string
|
|
type: object
|
|
requests:
|
|
default:
|
|
cpu: '1'
|
|
memory: 2Gi
|
|
properties:
|
|
cpu:
|
|
default: '1'
|
|
type: string
|
|
memory:
|
|
default: 2Gi
|
|
type: string
|
|
type: object
|
|
type: object
|
|
storage:
|
|
default: 8Gi
|
|
examples:
|
|
- 8Gi
|
|
type: string
|
|
dependencies:
|
|
- dist: null
|
|
category: dbo
|
|
component: rabbitmq
|
|
providers:
|
|
kubernetes: true
|
|
authentik: null
|
|
kubectl: true
|
|
postgresql: null
|
|
mysql: null
|
|
restapi: null
|
|
http: null
|
|
gitea: null
|
|
tfaddtype: null
|