This commit is contained in:
2023-08-13 14:24:47 +02:00
parent 0f6ec961d3
commit c572579aa5
2 changed files with 51 additions and 51 deletions

View File

@@ -6,6 +6,16 @@ metadata:
name: wildduck name: wildduck
description: null description: null
options: options:
sub-domain:
default: mail
examples:
- mail
type: string
additional-domains:
default: []
items:
type: string
type: array
backups: backups:
default: default:
enable: false enable: false
@@ -36,59 +46,21 @@ options:
default: backup-settings default: backup-settings
type: string type: string
type: object type: object
domain: issuer:
default: your-company default: letsencrypt-prod
examples: examples:
- your-company - letsencrypt-prod
type: string
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
sub-domain:
default: mail
examples:
- mail
type: string type: string
ingress-class: ingress-class:
default: traefik default: traefik
examples: examples:
- traefik - traefik
type: string type: string
domain:
default: your-company
examples:
- your-company
type: string
images: images:
default: default:
haraka: haraka:
@@ -257,11 +229,39 @@ options:
examples: examples:
- your_company.com - your_company.com
type: string type: string
issuer: redis:
default: letsencrypt-prod default:
exporter:
enabled: true
image: quay.io/opstree/redis-exporter:v1.44.0
image: quay.io/opstree/redis:v7.0.5
storage: 2Gi
examples: examples:
- letsencrypt-prod - exporter:
type: string 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
dependencies: dependencies:
- dist: null - dist: null
category: dbo category: dbo

View File

@@ -53,7 +53,7 @@ resource "kubectl_manifest" "webmail_deploy" {
{} {}
volumeMounts: volumeMounts:
- name: config - name: config
mountPath: /wildduck/views/index.hbs mountPath: /app/views/index.hbs
subPath: index.hbs subPath: index.hbs
- name: config - name: config
mountPath: /app/config/webmail.toml mountPath: /app/config/webmail.toml