This commit is contained in:
2023-08-12 16:58:28 +02:00
parent d5e1469c8e
commit d5b1f2841b

View File

@@ -6,31 +6,6 @@ metadata:
name: wildduck name: wildduck
description: null description: null
options: options:
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
additional-domains:
default: []
items:
type: string
type: array
domain:
default: your-company
examples:
- your-company
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
sub-domain:
default: mail
examples:
- mail
type: string
domain-name: domain-name:
default: your_company.com default: your_company.com
examples: examples:
@@ -199,6 +174,11 @@ options:
type: string type: string
type: object type: object
type: object type: object
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
redis: redis:
default: default:
exporter: exporter:
@@ -232,6 +212,21 @@ options:
default: 2Gi default: 2Gi
type: string type: string
type: object type: object
additional-domains:
default: []
items:
type: string
type: array
domain:
default: your-company
examples:
- your-company
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
backups: backups:
default: default:
enable: false enable: false
@@ -262,6 +257,11 @@ options:
default: backup-settings default: backup-settings
type: string type: string
type: object type: object
sub-domain:
default: mail
examples:
- mail
type: string
dependencies: dependencies:
- dist: null - dist: null
category: dbo category: dbo