fix
This commit is contained in:
@@ -6,26 +6,6 @@ metadata:
|
||||
name: wildduck
|
||||
description: null
|
||||
options:
|
||||
sub-domain:
|
||||
default: mail
|
||||
examples:
|
||||
- mail
|
||||
type: string
|
||||
domain-name:
|
||||
default: your_company.com
|
||||
examples:
|
||||
- your_company.com
|
||||
type: string
|
||||
ingress-class:
|
||||
default: traefik
|
||||
examples:
|
||||
- traefik
|
||||
type: string
|
||||
issuer:
|
||||
default: letsencrypt-prod
|
||||
examples:
|
||||
- letsencrypt-prod
|
||||
type: string
|
||||
redis:
|
||||
default:
|
||||
exporter:
|
||||
@@ -74,7 +54,7 @@ options:
|
||||
webmail:
|
||||
pullPolicy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: nodemailer/wildduck-webmail
|
||||
repository: sebt3/wildduck-webmail
|
||||
tag: 1.0.1
|
||||
wildduck:
|
||||
pullPolicy: IfNotPresent
|
||||
@@ -100,7 +80,7 @@ options:
|
||||
webmail:
|
||||
pullPolicy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: nodemailer/wildduck-webmail
|
||||
repository: sebt3/wildduck-webmail
|
||||
tag: 1.0.1
|
||||
wildduck:
|
||||
pullPolicy: IfNotPresent
|
||||
@@ -165,7 +145,7 @@ options:
|
||||
default:
|
||||
pullPolicy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: nodemailer/wildduck-webmail
|
||||
repository: sebt3/wildduck-webmail
|
||||
tag: 1.0.1
|
||||
properties:
|
||||
pullPolicy:
|
||||
@@ -175,7 +155,7 @@ options:
|
||||
default: docker.io
|
||||
type: string
|
||||
repository:
|
||||
default: nodemailer/wildduck-webmail
|
||||
default: sebt3/wildduck-webmail
|
||||
type: string
|
||||
tag:
|
||||
default: 1.0.1
|
||||
@@ -252,16 +232,36 @@ options:
|
||||
default: backup-settings
|
||||
type: string
|
||||
type: object
|
||||
domain:
|
||||
default: your-company
|
||||
sub-domain:
|
||||
default: mail
|
||||
examples:
|
||||
- your-company
|
||||
- mail
|
||||
type: string
|
||||
additional-domains:
|
||||
default: []
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
domain-name:
|
||||
default: your_company.com
|
||||
examples:
|
||||
- your_company.com
|
||||
type: string
|
||||
issuer:
|
||||
default: letsencrypt-prod
|
||||
examples:
|
||||
- letsencrypt-prod
|
||||
type: string
|
||||
ingress-class:
|
||||
default: traefik
|
||||
examples:
|
||||
- traefik
|
||||
type: string
|
||||
domain:
|
||||
default: your-company
|
||||
examples:
|
||||
- your-company
|
||||
type: string
|
||||
dependencies:
|
||||
- dist: null
|
||||
category: dbo
|
||||
|
||||
Reference in New Issue
Block a user