From c572579aa5390fe3324f6b81e11f98fbc86f13e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Sun, 13 Aug 2023 14:24:47 +0200 Subject: [PATCH] fix --- share/wildduck/index.yaml | 100 +++++++++++++++++++------------------- share/wildduck/webmail.tf | 2 +- 2 files changed, 51 insertions(+), 51 deletions(-) diff --git a/share/wildduck/index.yaml b/share/wildduck/index.yaml index f68c950..f6338f0 100644 --- a/share/wildduck/index.yaml +++ b/share/wildduck/index.yaml @@ -6,6 +6,16 @@ metadata: name: wildduck description: null options: + sub-domain: + default: mail + examples: + - mail + type: string + additional-domains: + default: [] + items: + type: string + type: array backups: default: enable: false @@ -36,59 +46,21 @@ options: default: backup-settings type: string type: object - domain: - default: your-company + issuer: + default: letsencrypt-prod examples: - - your-company - type: string - additional-domains: - default: [] - items: - type: string - type: array - redis: - default: - exporter: - enabled: true - image: quay.io/opstree/redis-exporter:v1.44.0 - image: quay.io/opstree/redis:v7.0.5 - storage: 2Gi - examples: - - exporter: - enabled: true - image: quay.io/opstree/redis-exporter:v1.44.0 - image: quay.io/opstree/redis:v7.0.5 - storage: 2Gi - properties: - exporter: - default: - enabled: true - image: quay.io/opstree/redis-exporter:v1.44.0 - properties: - enabled: - default: true - type: boolean - image: - default: quay.io/opstree/redis-exporter:v1.44.0 - type: string - type: object - image: - default: quay.io/opstree/redis:v7.0.5 - type: string - storage: - default: 2Gi - type: string - type: object - sub-domain: - default: mail - examples: - - mail + - letsencrypt-prod type: string ingress-class: default: traefik examples: - traefik type: string + domain: + default: your-company + examples: + - your-company + type: string images: default: haraka: @@ -257,11 +229,39 @@ options: examples: - your_company.com type: string - issuer: - default: letsencrypt-prod + redis: + default: + exporter: + enabled: true + image: quay.io/opstree/redis-exporter:v1.44.0 + image: quay.io/opstree/redis:v7.0.5 + storage: 2Gi examples: - - letsencrypt-prod - type: string + - exporter: + enabled: true + image: quay.io/opstree/redis-exporter:v1.44.0 + image: quay.io/opstree/redis:v7.0.5 + storage: 2Gi + properties: + exporter: + default: + enabled: true + image: quay.io/opstree/redis-exporter:v1.44.0 + properties: + enabled: + default: true + type: boolean + image: + default: quay.io/opstree/redis-exporter:v1.44.0 + type: string + type: object + image: + default: quay.io/opstree/redis:v7.0.5 + type: string + storage: + default: 2Gi + type: string + type: object dependencies: - dist: null category: dbo diff --git a/share/wildduck/webmail.tf b/share/wildduck/webmail.tf index b932420..1670af7 100644 --- a/share/wildduck/webmail.tf +++ b/share/wildduck/webmail.tf @@ -53,7 +53,7 @@ resource "kubectl_manifest" "webmail_deploy" { {} volumeMounts: - name: config - mountPath: /wildduck/views/index.hbs + mountPath: /app/views/index.hbs subPath: index.hbs - name: config mountPath: /app/config/webmail.toml