diff --git a/share/wildduck/haraka.tf b/share/wildduck/haraka.tf index 0ef74b6..41eba4a 100644 --- a/share/wildduck/haraka.tf +++ b/share/wildduck/haraka.tf @@ -23,7 +23,7 @@ resource "kubectl_manifest" "haraka_deploy" { securityContext: fsGroup: 1000 containers: - - name: wildduck + - name: haraka securityContext: capabilities: drop: @@ -129,13 +129,7 @@ resource "kubectl_manifest" "haraka_config" { negative = - neutral = /' smtp.ini: |- - ; address to listen on (default: all IPv6 and IPv4 addresses, port 25) - ; use "[::0]:25" to listen on IPv6 and IPv4 (not all OSes) - ;listen=[::0]:2500 - - ; Note you can listen on multiple IPs/ports using commas: - ;listen=127.0.0.1:2529,127.0.0.2:2529,127.0.0.3:2530 - + listen=[::0]:2500 ; public IP address (default: none) ; If your machine is behind a NAT, some plugins (SPF, GeoIP) gain features ; if they know the servers public IP. If 'stun' is installed, Haraka will diff --git a/share/wildduck/index.yaml b/share/wildduck/index.yaml index f62d363..0a72851 100644 --- a/share/wildduck/index.yaml +++ b/share/wildduck/index.yaml @@ -6,61 +6,26 @@ metadata: name: wildduck description: null options: - domain: - default: your-company + sub-domain: + default: mail examples: - - your-company - type: string - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod - type: string - ingress-class: - default: traefik - examples: - - traefik + - mail type: string domain-name: default: your_company.com examples: - your_company.com type: string - backups: - default: - enable: false - endpoint: '' - key-id-key: s3-id - secret-key: s3-secret - secret-name: backup-settings + ingress-class: + default: traefik 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 - additional-domains: - default: [] - items: - type: string - type: array + - traefik + type: string + issuer: + default: letsencrypt-prod + examples: + - letsencrypt-prod + type: string redis: default: exporter: @@ -257,11 +222,46 @@ options: type: string type: object type: object - sub-domain: - default: mail + backups: + default: + enable: false + endpoint: '' + key-id-key: s3-id + secret-key: s3-secret + secret-name: backup-settings examples: - - mail + - 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 + domain: + default: your-company + examples: + - your-company type: string + additional-domains: + default: [] + items: + type: string + type: array dependencies: - dist: null category: dbo