This commit is contained in:
2023-08-12 16:57:51 +02:00
parent 664f3f9e8b
commit d5e1469c8e
2 changed files with 55 additions and 54 deletions

View File

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

View File

@@ -51,6 +51,7 @@ resource "kubectl_manifest" "prj_mongo" {
spec: spec:
containers: containers:
- name: mongod - name: mongod
imagePullPolicy: "${var.images.webmail.pullPolicy}"
resources: resources:
limits: limits:
cpu: "1" cpu: "1"