This commit is contained in:
2023-08-12 13:36:42 +02:00
parent 6409eab04d
commit b2ff8bf594
2 changed files with 60 additions and 56 deletions

View File

@@ -68,7 +68,11 @@ resource "kubectl_manifest" "haraka_deploy" {
- name: tls - name: tls
mountPath: /app/config/tls_cert.pem mountPath: /app/config/tls_cert.pem
subPath: tls.crt subPath: tls.crt
- mountPath: /app/queue
name: queue
volumes: volumes:
- name: queue
emptyDir: {}
- name: config - name: config
configMap: configMap:
name: "${var.instance}-haraka" name: "${var.instance}-haraka"

View File

@@ -6,31 +6,36 @@ metadata:
name: wildduck name: wildduck
description: null description: null
options: options:
domain-name: backups:
default: your_company.com default:
enable: false
endpoint: ''
key-id-key: s3-id
secret-key: s3-secret
secret-name: backup-settings
examples: examples:
- your_company.com - 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 type: string
ingress-class: key-id-key:
default: traefik default: s3-id
examples:
- traefik
type: string type: string
additional-domains: secret-key:
default: [] default: s3-secret
items:
type: string type: string
type: array secret-name:
issuer: default: backup-settings
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
domain:
default: your-company
examples:
- your-company
type: string type: string
type: object
images: images:
default: default:
haraka: haraka:
@@ -194,6 +199,26 @@ options:
type: string type: string
type: object type: object
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: redis:
default: default:
exporter: exporter:
@@ -227,40 +252,15 @@ options:
default: 2Gi default: 2Gi
type: string type: string
type: object type: object
backups: issuer:
default: default: letsencrypt-prod
enable: false
endpoint: ''
key-id-key: s3-id
secret-key: s3-secret
secret-name: backup-settings
examples: examples:
- enable: false - letsencrypt-prod
endpoint: ''
key-id-key: s3-id
secret-key: s3-secret
secret-name: backup-settings
properties:
enable:
default: false
type: boolean
endpoint:
default: ''
type: string type: string
key-id-key: domain:
default: s3-id default: your-company
type: string
secret-key:
default: s3-secret
type: string
secret-name:
default: backup-settings
type: string
type: object
sub-domain:
default: mail
examples: examples:
- mail - your-company
type: string type: string
dependencies: dependencies:
- dist: null - dist: null