diff --git a/share/wildduck/index.yaml b/share/wildduck/index.yaml index 9afc0d7..32f778f 100644 --- a/share/wildduck/index.yaml +++ b/share/wildduck/index.yaml @@ -6,11 +6,36 @@ metadata: name: wildduck description: null 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: + default: your_company.com + examples: + - your_company.com + type: string images: default: haraka: @@ -174,41 +199,6 @@ 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 - ingress-class: - default: traefik - examples: - - traefik - type: string redis: default: exporter: @@ -242,26 +232,36 @@ options: default: 2Gi type: string type: object - additional-domains: - default: [] - items: - type: string - type: array - domain-name: - default: your_company.com + backups: + default: + enable: false + endpoint: '' + key-id-key: s3-id + secret-key: s3-secret + secret-name: backup-settings examples: - - your_company.com - type: string - sub-domain: - default: mail - examples: - - mail - type: string - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod - type: string + - 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: - dist: null category: dbo diff --git a/share/wildduck/mongo.tf b/share/wildduck/mongo.tf index 35510c4..fcbe53a 100644 --- a/share/wildduck/mongo.tf +++ b/share/wildduck/mongo.tf @@ -51,6 +51,7 @@ resource "kubectl_manifest" "prj_mongo" { spec: containers: - name: mongod + imagePullPolicy: "${var.images.webmail.pullPolicy}" resources: limits: cpu: "1"