This commit is contained in:
2024-02-21 10:32:37 +01:00
parent 28ee2870e0
commit 30f2c370db
2 changed files with 40 additions and 38 deletions

View File

@@ -6,6 +6,35 @@ metadata:
name: dataset-mongo
description: null
options:
mongo:
default:
version: 6.0.13
examples:
- version: 6.0.13
properties:
version:
default: 6.0.13
type: string
type: object
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
ressources:
default:
limits:
@@ -47,40 +76,11 @@ options:
type: string
type: object
type: object
image:
default:
pull_policy: IfNotPresent
examples:
- pull_policy: IfNotPresent
properties:
pull_policy:
default: IfNotPresent
enum:
- Always
- Never
- IfNotPresent
type: string
type: object
replicas:
default: 1
examples:
- 1
type: integer
cacheSizeGB:
default: 1
examples:
- 1
type: integer
mongo:
default:
version: 7.0.2
examples:
- version: 7.0.2
properties:
version:
default: 7.0.2
type: string
type: object
dependencies:
- dist: null
category: dbo
@@ -90,6 +90,7 @@ providers:
authentik: null
kubectl: true
postgresql: null
mysql: null
restapi: null
http: null
gitea: null

View File

@@ -6,6 +6,11 @@ metadata:
name: dataset-redis
description: null
options:
storage:
default: 8Gi
examples:
- 8Gi
type: string
exporter:
default:
enable: true
@@ -22,7 +27,7 @@ options:
pull_policy: IfNotPresent
registry: quay.io
repository: opstree/redis
tag: v7.0.12
tag: v7.2.4
redis_exporter:
registry: quay.io
repository: opstree/redis-exporter
@@ -32,7 +37,7 @@ options:
pull_policy: IfNotPresent
registry: quay.io
repository: opstree/redis
tag: v7.0.12
tag: v7.2.4
redis_exporter:
registry: quay.io
repository: opstree/redis-exporter
@@ -43,7 +48,7 @@ options:
pull_policy: IfNotPresent
registry: quay.io
repository: opstree/redis
tag: v7.0.12
tag: v7.2.4
properties:
pull_policy:
default: IfNotPresent
@@ -59,7 +64,7 @@ options:
default: opstree/redis
type: string
tag:
default: v7.0.12
default: v7.2.4
type: string
type: object
redis_exporter:
@@ -79,11 +84,6 @@ options:
type: string
type: object
type: object
storage:
default: 8Gi
examples:
- 8Gi
type: string
dependencies:
- dist: null
category: dbo
@@ -93,6 +93,7 @@ providers:
authentik: null
kubectl: true
postgresql: null
mysql: null
restapi: null
http: null
gitea: null