This commit is contained in:
2023-08-11 18:54:55 +02:00
parent aeef0a6eba
commit 2a5296229f
2 changed files with 48 additions and 46 deletions

View File

@@ -6,21 +6,6 @@ metadata:
name: wildduck
description: null
options:
sub-domain:
default: mail
examples:
- mail
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
additional-domains:
default: []
items:
type: string
type: array
images:
default:
haraka:
@@ -184,6 +169,16 @@ options:
type: string
type: object
type: object
additional-domains:
default: []
items:
type: string
type: array
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
redis:
default:
exporter:
@@ -217,6 +212,26 @@ options:
default: 2Gi
type: string
type: object
domain:
default: your-company
examples:
- your-company
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
backups:
default:
enable: false
@@ -247,21 +262,6 @@ options:
default: backup-settings
type: string
type: object
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
domain:
default: your-company
examples:
- your-company
type: string
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
dependencies:
- dist: null
category: dbo

View File

@@ -42,6 +42,8 @@ resource "kubectl_manifest" "prj_mongo" {
type: ReplicaSet
version: "4.4.0"
statefulSet:
spec:
template:
metadata:
annotations:
"k8up.io/backupcommand": "sh -c 'mongodump --username=$MONGODB_USER --password=$MONGODB_PASSWORD mongodb://localhost/$MONGODB_NAME --archive'"