fix
This commit is contained in:
@@ -6,11 +6,21 @@ metadata:
|
|||||||
name: wildduck
|
name: wildduck
|
||||||
description: null
|
description: null
|
||||||
options:
|
options:
|
||||||
ingress-class:
|
sub-domain:
|
||||||
default: traefik
|
default: mail
|
||||||
examples:
|
examples:
|
||||||
- traefik
|
- mail
|
||||||
type: string
|
type: string
|
||||||
|
domain:
|
||||||
|
default: your-company
|
||||||
|
examples:
|
||||||
|
- your-company
|
||||||
|
type: string
|
||||||
|
additional-domains:
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
redis:
|
redis:
|
||||||
default:
|
default:
|
||||||
exporter:
|
exporter:
|
||||||
@@ -44,61 +54,6 @@ options:
|
|||||||
default: 2Gi
|
default: 2Gi
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
domain-name:
|
|
||||||
default: your_company.com
|
|
||||||
examples:
|
|
||||||
- your_company.com
|
|
||||||
type: string
|
|
||||||
sub-domain:
|
|
||||||
default: mail
|
|
||||||
examples:
|
|
||||||
- mail
|
|
||||||
type: string
|
|
||||||
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
|
|
||||||
domain:
|
|
||||||
default: your-company
|
|
||||||
examples:
|
|
||||||
- your-company
|
|
||||||
type: string
|
|
||||||
additional-domains:
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
type: string
|
|
||||||
type: array
|
|
||||||
images:
|
images:
|
||||||
default:
|
default:
|
||||||
haraka:
|
haraka:
|
||||||
@@ -262,6 +217,51 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
|
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
|
||||||
|
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
|
||||||
dependencies:
|
dependencies:
|
||||||
- dist: null
|
- dist: null
|
||||||
category: dbo
|
category: dbo
|
||||||
|
|||||||
@@ -80,18 +80,6 @@ resource "kubectl_manifest" "prj_mongo" {
|
|||||||
passwordSecretRef:
|
passwordSecretRef:
|
||||||
name: "${var.instance}-${var.component}-mongo"
|
name: "${var.instance}-${var.component}-mongo"
|
||||||
roles:
|
roles:
|
||||||
- db: ${var.component}
|
|
||||||
name: readWrite
|
|
||||||
- db: zonemta
|
|
||||||
name: readWrite
|
|
||||||
scramCredentialsSecretName: "${var.instance}-${var.component}-mongo-scram"
|
|
||||||
- name: zonemta
|
|
||||||
db: zonemta
|
|
||||||
passwordSecretRef:
|
|
||||||
name: "${var.instance}-${var.component}-mongo"
|
|
||||||
roles:
|
|
||||||
- db: zonemta
|
|
||||||
name: readWrite
|
|
||||||
- db: ${var.component}
|
- db: ${var.component}
|
||||||
name: readWrite
|
name: readWrite
|
||||||
scramCredentialsSecretName: "${var.instance}-${var.component}-mongo-scram"
|
scramCredentialsSecretName: "${var.instance}-${var.component}-mongo-scram"
|
||||||
|
|||||||
@@ -250,7 +250,7 @@ resource "kubectl_manifest" "wildduck_config" {
|
|||||||
|
|
||||||
# Optional database name or connection url for ZoneMTA queue database. This is
|
# Optional database name or connection url for ZoneMTA queue database. This is
|
||||||
# used to push outbound emails to the sending queue
|
# used to push outbound emails to the sending queue
|
||||||
# sender="zonemta"
|
sender="wildduck"
|
||||||
|
|
||||||
#queued="mail"
|
#queued="mail"
|
||||||
dkim.toml: |-
|
dkim.toml: |-
|
||||||
|
|||||||
@@ -120,7 +120,7 @@ resource "kubectl_manifest" "zonemta_config" {
|
|||||||
# Redis connection string
|
# Redis connection string
|
||||||
redis="redis://${var.instance}-${var.component}-redis.${var.namespace}.svc:6379/2"
|
redis="redis://${var.instance}-${var.component}-redis.${var.namespace}.svc:6379/2"
|
||||||
# Database name for ZoneMTA data in MongoDB. In most cases it should be the same as in the connection string
|
# Database name for ZoneMTA data in MongoDB. In most cases it should be the same as in the connection string
|
||||||
# sender="zonemta"
|
sender="wildduck"
|
||||||
# Database name for Wild Duck users
|
# Database name for Wild Duck users
|
||||||
# users="wildduck"
|
# users="wildduck"
|
||||||
# Database name for Wild Duck attachments
|
# Database name for Wild Duck attachments
|
||||||
|
|||||||
Reference in New Issue
Block a user