diff --git a/share/wildduck/haraka.tf b/share/wildduck/haraka.tf index dffc244..0ef74b6 100644 --- a/share/wildduck/haraka.tf +++ b/share/wildduck/haraka.tf @@ -62,6 +62,12 @@ resource "kubectl_manifest" "haraka_deploy" { - name: config mountPath: /app/config/wildduck.yaml subPath: wildduck.yaml + - name: config + mountPath: /app/config/smtp.ini + subPath: smtp.ini + - name: config + mountPath: /app/config/dkim_sign.ini + subPath: dkim_sign.ini - name: tls mountPath: /app/config/tls_key.pem subPath: tls.key diff --git a/share/wildduck/index.yaml b/share/wildduck/index.yaml index c502a11..f62d363 100644 --- a/share/wildduck/index.yaml +++ b/share/wildduck/index.yaml @@ -6,6 +6,26 @@ metadata: name: wildduck description: null options: + domain: + default: your-company + examples: + - your-company + type: string + issuer: + default: letsencrypt-prod + examples: + - letsencrypt-prod + type: string + ingress-class: + default: traefik + examples: + - traefik + type: string + domain-name: + default: your_company.com + examples: + - your_company.com + type: string backups: default: enable: false @@ -36,6 +56,44 @@ options: default: backup-settings type: string type: object + 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 images: default: haraka: @@ -199,69 +257,11 @@ 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: - 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 - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod - type: string - domain: - default: your-company - examples: - - your-company - type: string dependencies: - dist: null category: dbo