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
type: string endpoint: ''
ingress-class: key-id-key: s3-id
default: traefik secret-key: s3-secret
examples: secret-name: backup-settings
- traefik properties:
type: string enable:
additional-domains: default: false
default: [] type: boolean
items: endpoint:
type: string default: ''
type: array type: string
issuer: key-id-key:
default: letsencrypt-prod default: s3-id
examples: type: string
- letsencrypt-prod secret-key:
type: string default: s3-secret
domain: type: string
default: your-company secret-name:
examples: default: backup-settings
- 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: '' type: string
key-id-key: s3-id domain:
secret-key: s3-secret default: your-company
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
sub-domain:
default: mail
examples: examples:
- mail - your-company
type: string type: string
dependencies: dependencies:
- dist: null - dist: null