From b2ff8bf5949f2487cd41c1b8c2d13d3e5796f9d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Sat, 12 Aug 2023 13:36:42 +0200 Subject: [PATCH] fix --- share/wildduck/haraka.tf | 4 ++ share/wildduck/index.yaml | 112 +++++++++++++++++++------------------- 2 files changed, 60 insertions(+), 56 deletions(-) diff --git a/share/wildduck/haraka.tf b/share/wildduck/haraka.tf index cf3d910..dffc244 100644 --- a/share/wildduck/haraka.tf +++ b/share/wildduck/haraka.tf @@ -68,7 +68,11 @@ resource "kubectl_manifest" "haraka_deploy" { - name: tls mountPath: /app/config/tls_cert.pem subPath: tls.crt + - mountPath: /app/queue + name: queue volumes: + - name: queue + emptyDir: {} - name: config configMap: name: "${var.instance}-haraka" diff --git a/share/wildduck/index.yaml b/share/wildduck/index.yaml index 7acdb54..c502a11 100644 --- a/share/wildduck/index.yaml +++ b/share/wildduck/index.yaml @@ -6,31 +6,36 @@ metadata: name: wildduck description: null options: - 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 - ingress-class: - default: traefik - examples: - - traefik - type: string - additional-domains: - default: [] - items: - type: string - type: array - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod - type: string - domain: - default: your-company - examples: - - your-company - 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 images: default: haraka: @@ -194,6 +199,26 @@ options: type: string type: object type: object + additional-domains: + default: [] + items: + type: string + type: array + 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 redis: default: exporter: @@ -227,40 +252,15 @@ 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 + issuer: + default: letsencrypt-prod 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 - sub-domain: - default: mail + - letsencrypt-prod + type: string + domain: + default: your-company examples: - - mail + - your-company type: string dependencies: - dist: null