fix
This commit is contained in:
@@ -23,7 +23,7 @@ resource "kubectl_manifest" "haraka_deploy" {
|
|||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
containers:
|
containers:
|
||||||
- name: wildduck
|
- name: haraka
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
drop:
|
drop:
|
||||||
@@ -129,13 +129,7 @@ resource "kubectl_manifest" "haraka_config" {
|
|||||||
negative = -
|
negative = -
|
||||||
neutral = /'
|
neutral = /'
|
||||||
smtp.ini: |-
|
smtp.ini: |-
|
||||||
; address to listen on (default: all IPv6 and IPv4 addresses, port 25)
|
listen=[::0]:2500
|
||||||
; 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
|
|
||||||
|
|
||||||
; public IP address (default: none)
|
; public IP address (default: none)
|
||||||
; If your machine is behind a NAT, some plugins (SPF, GeoIP) gain features
|
; 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
|
; if they know the servers public IP. If 'stun' is installed, Haraka will
|
||||||
|
|||||||
@@ -6,61 +6,26 @@ metadata:
|
|||||||
name: wildduck
|
name: wildduck
|
||||||
description: null
|
description: null
|
||||||
options:
|
options:
|
||||||
domain:
|
sub-domain:
|
||||||
default: your-company
|
default: mail
|
||||||
examples:
|
examples:
|
||||||
- your-company
|
- mail
|
||||||
type: string
|
|
||||||
issuer:
|
|
||||||
default: letsencrypt-prod
|
|
||||||
examples:
|
|
||||||
- letsencrypt-prod
|
|
||||||
type: string
|
|
||||||
ingress-class:
|
|
||||||
default: traefik
|
|
||||||
examples:
|
|
||||||
- traefik
|
|
||||||
type: string
|
type: string
|
||||||
domain-name:
|
domain-name:
|
||||||
default: your_company.com
|
default: your_company.com
|
||||||
examples:
|
examples:
|
||||||
- your_company.com
|
- your_company.com
|
||||||
type: string
|
type: string
|
||||||
backups:
|
ingress-class:
|
||||||
default:
|
default: traefik
|
||||||
enable: false
|
|
||||||
endpoint: ''
|
|
||||||
key-id-key: s3-id
|
|
||||||
secret-key: s3-secret
|
|
||||||
secret-name: backup-settings
|
|
||||||
examples:
|
examples:
|
||||||
- enable: false
|
- traefik
|
||||||
endpoint: ''
|
type: string
|
||||||
key-id-key: s3-id
|
issuer:
|
||||||
secret-key: s3-secret
|
default: letsencrypt-prod
|
||||||
secret-name: backup-settings
|
examples:
|
||||||
properties:
|
- letsencrypt-prod
|
||||||
enable:
|
type: string
|
||||||
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
|
|
||||||
redis:
|
redis:
|
||||||
default:
|
default:
|
||||||
exporter:
|
exporter:
|
||||||
@@ -257,11 +222,46 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
sub-domain:
|
backups:
|
||||||
default: mail
|
default:
|
||||||
|
enable: false
|
||||||
|
endpoint: ''
|
||||||
|
key-id-key: s3-id
|
||||||
|
secret-key: s3-secret
|
||||||
|
secret-name: backup-settings
|
||||||
examples:
|
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
|
type: string
|
||||||
|
additional-domains:
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
dependencies:
|
dependencies:
|
||||||
- dist: null
|
- dist: null
|
||||||
category: dbo
|
category: dbo
|
||||||
|
|||||||
Reference in New Issue
Block a user