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
description: null
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:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
databases:
default: []
items:
properties:
name:
default: db
type: string
type: object
type: array
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
sub-domain:
default: dataset-pg
examples:
- dataset-pg
type: string
backups:
default:
enable: false
@@ -79,11 +99,6 @@ options:
default: backup-settings
type: string
type: object
sub-domain:
default: dataset-pg
examples:
- dataset-pg
type: string
extentions:
default:
directus:
@@ -265,32 +280,17 @@ options:
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:
default: 1
examples:
- 1
type: integer
roles:
databases:
default: []
items:
properties:
name:
default: alt-account
default: db
type: string
type: object
type: array