This commit is contained in:
2023-08-12 13:38:28 +02:00
parent b2ff8bf594
commit ce1ed3c95b
2 changed files with 64 additions and 58 deletions

View File

@@ -62,6 +62,12 @@ resource "kubectl_manifest" "haraka_deploy" {
- name: config - name: config
mountPath: /app/config/wildduck.yaml mountPath: /app/config/wildduck.yaml
subPath: 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 - name: tls
mountPath: /app/config/tls_key.pem mountPath: /app/config/tls_key.pem
subPath: tls.key subPath: tls.key

View File

@@ -6,6 +6,26 @@ metadata:
name: wildduck name: wildduck
description: null description: null
options: 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: backups:
default: default:
enable: false enable: false
@@ -36,6 +56,44 @@ options:
default: backup-settings default: backup-settings
type: string type: string
type: object 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: images:
default: default:
haraka: haraka:
@@ -199,69 +257,11 @@ options:
type: string type: string
type: object type: object
type: object type: object
additional-domains:
default: []
items:
type: string
type: array
sub-domain: sub-domain:
default: mail default: mail
examples: examples:
- mail - mail
type: string 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: dependencies:
- dist: null - dist: null
category: dbo category: dbo