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 name: wildduck
description: null description: null
options: options:
sub-domain:
default: mail
examples:
- mail
type: string
redis: redis:
default: default:
exporter: exporter:
@@ -44,61 +39,11 @@ options:
default: 2Gi default: 2Gi
type: string 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
additional-domains:
default: []
items:
type: string
type: array
domain:
default: your-company
examples:
- your-company
type: string
ingress-class: ingress-class:
default: traefik default: traefik
examples: examples:
- traefik - traefik
type: string type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
images: images:
default: default:
haraka: haraka:
@@ -262,6 +207,61 @@ options:
type: string type: string
type: object type: object
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: dependencies:
- dist: null - dist: null
category: dbo category: dbo

View File

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