This commit is contained in:
2023-10-07 20:24:51 +02:00
parent de7ca7d99c
commit 6a6b4d2645
2 changed files with 15 additions and 75 deletions

View File

@@ -6,16 +6,11 @@ metadata:
name: dataset-pg
description: null
options:
domain:
default: your-company
examples:
- your-company
type: string
replicas:
default: 1
examples:
- 1
type: integer
roles:
default: []
items:
type: string
type: array
backups:
default:
enable: false
@@ -75,70 +70,21 @@ options:
examples:
- 8Gi
type: string
images:
pool:
default:
operator:
pullPolicy: IfNotPresent
registry: docker.io
repository: to-be/defined
tag: v1.0.0
enable: false
examples:
- operator:
pullPolicy: IfNotPresent
registry: docker.io
repository: to-be/defined
tag: v1.0.0
- enable: false
properties:
operator:
default:
pullPolicy: IfNotPresent
registry: docker.io
repository: to-be/defined
tag: v1.0.0
properties:
pullPolicy:
default: IfNotPresent
enum:
- Always
- Never
- IfNotPresent
type: string
registry:
default: docker.io
type: string
repository:
default: to-be/defined
type: string
tag:
default: v1.0.0
type: string
type: object
enable:
default: false
type: boolean
type: object
roles:
default: []
items:
type: string
type: array
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
version:
default: '14'
examples:
- '14'
type: string
sub-domain:
default: to-be-set
examples:
- to-be-set
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
databases:
default: []
items:
@@ -148,11 +94,6 @@ options:
type: string
type: object
type: array
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
dependencies: []
providers:
kubernetes: true