From f6640378ba7d4e42b2a7f558a4bd20506f664eb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Sat, 12 Aug 2023 18:23:59 +0200 Subject: [PATCH] fix --- share/wildduck/index.yaml | 114 +++++++++++++++++++------------------- share/wildduck/mongo.tf | 1 + 2 files changed, 58 insertions(+), 57 deletions(-) diff --git a/share/wildduck/index.yaml b/share/wildduck/index.yaml index 6b5c651..0a0c086 100644 --- a/share/wildduck/index.yaml +++ b/share/wildduck/index.yaml @@ -6,26 +6,41 @@ metadata: name: wildduck description: null options: - domain: - default: your-company + issuer: + default: letsencrypt-prod examples: - - your-company + - letsencrypt-prod type: string - ingress-class: - default: traefik + backups: + default: + enable: false + endpoint: '' + key-id-key: s3-id + secret-key: s3-secret + secret-name: backup-settings examples: - - traefik - type: string - additional-domains: - default: [] - items: - type: string - type: array - domain-name: - default: your_company.com - examples: - - your_company.com - 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 redis: default: exporter: @@ -59,46 +74,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 - sub-domain: - default: mail - examples: - - mail - type: string - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod - type: string + additional-domains: + default: [] + items: + type: string + type: array images: default: haraka: @@ -262,6 +242,26 @@ options: type: string type: object type: object + 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 + domain: + default: your-company + examples: + - your-company + type: string dependencies: - dist: null category: dbo diff --git a/share/wildduck/mongo.tf b/share/wildduck/mongo.tf index e11b07f..1150ae7 100644 --- a/share/wildduck/mongo.tf +++ b/share/wildduck/mongo.tf @@ -84,6 +84,7 @@ resource "kubectl_manifest" "prj_mongo" { name: readWrite - db: zonemta name: readWrite + scramCredentialsSecretName: "${var.instance}-${var.component}-mongo-scram" - name: zonemta db: zonemta passwordSecretRef: