This commit is contained in:
2023-10-23 17:31:55 +02:00
parent 6916c97cd9
commit c2d0188363

View File

@@ -6,25 +6,45 @@ metadata:
name: dataset-pg name: dataset-pg
description: null description: null
options: options:
ingress-class:
default: traefik
examples:
- traefik
type: string
roles:
default: []
items:
properties:
name:
default: alt-account
type: string
type: object
type: array
domain:
default: your-company
examples:
- your-company
type: string
storage:
default: 8Gi
examples:
- 8Gi
type: string
issuer: issuer:
default: letsencrypt-prod default: letsencrypt-prod
examples: examples:
- letsencrypt-prod - letsencrypt-prod
type: string type: string
databases:
default: []
items:
properties:
name:
default: db
type: string
type: object
type: array
domain-name: domain-name:
default: your_company.com default: your_company.com
examples: examples:
- your_company.com - your_company.com
type: string type: string
sub-domain:
default: dataset-pg
examples:
- dataset-pg
type: string
backups: backups:
default: default:
enable: false enable: false
@@ -79,11 +99,6 @@ options:
default: backup-settings default: backup-settings
type: string type: string
type: object type: object
sub-domain:
default: dataset-pg
examples:
- dataset-pg
type: string
extentions: extentions:
default: default:
directus: directus:
@@ -265,32 +280,17 @@ options:
type: object type: object
type: object type: object
type: object type: object
domain:
default: your-company
examples:
- your-company
type: string
storage:
default: 8Gi
examples:
- 8Gi
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
replicas: replicas:
default: 1 default: 1
examples: examples:
- 1 - 1
type: integer type: integer
roles: databases:
default: [] default: []
items: items:
properties: properties:
name: name:
default: alt-account default: db
type: string type: string
type: object type: object
type: array type: array