This commit is contained in:
2023-08-13 13:09:12 +02:00
parent 5cf7067c13
commit 64e8bae559
2 changed files with 55 additions and 58 deletions

View File

@@ -6,11 +6,6 @@ metadata:
name: wildduck
description: null
options:
sub-domain:
default: mail
examples:
- mail
type: string
redis:
default:
exporter:
@@ -44,61 +39,11 @@ options:
default: 2Gi
type: string
type: object
backups:
default:
enable: false
endpoint: ''
key-id-key: s3-id
secret-key: s3-secret
secret-name: backup-settings
examples:
- enable: false
endpoint: ''
key-id-key: s3-id
secret-key: s3-secret
secret-name: backup-settings
properties:
enable:
default: false
type: boolean
endpoint:
default: ''
type: string
key-id-key:
default: s3-id
type: string
secret-key:
default: s3-secret
type: string
secret-name:
default: backup-settings
type: string
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
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
images:
default:
haraka:
@@ -262,6 +207,61 @@ options:
type: string
type: object
type: object
backups:
default:
enable: false
endpoint: ''
key-id-key: s3-id
secret-key: s3-secret
secret-name: backup-settings
examples:
- enable: false
endpoint: ''
key-id-key: s3-id
secret-key: s3-secret
secret-name: backup-settings
properties:
enable:
default: false
type: boolean
endpoint:
default: ''
type: string
key-id-key:
default: s3-id
type: string
secret-key:
default: s3-secret
type: string
secret-name:
default: backup-settings
type: string
type: object
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
sub-domain:
default: mail
examples:
- mail
type: string
domain:
default: your-company
examples:
- your-company
type: string
additional-domains:
default: []
items:
type: string
type: array
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
dependencies:
- dist: null
category: dbo

View File

@@ -71,9 +71,6 @@ resource "kubectl_manifest" "wildduck_deploy" {
- name: configmap
mountPath: /wildduck/config/api.toml
subPath: api.toml
- name: configmap
mountPath: /wildduck/config/dbs.toml
subPath: dbs.toml
- name: configmap
mountPath: /wildduck/config/dkim.toml
subPath: dkim.toml