From 664f3f9e8b4a1c4f57fa4735df29559f0b88e143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Sat, 12 Aug 2023 16:56:34 +0200 Subject: [PATCH] fix --- share/wildduck/index.yaml | 176 +++++++++++++++++++------------------- share/wildduck/mongo.tf | 6 +- 2 files changed, 91 insertions(+), 91 deletions(-) diff --git a/share/wildduck/index.yaml b/share/wildduck/index.yaml index f75c4cd..9afc0d7 100644 --- a/share/wildduck/index.yaml +++ b/share/wildduck/index.yaml @@ -11,94 +11,6 @@ options: examples: - your-company type: string - domain-name: - default: your_company.com - examples: - - your_company.com - type: string - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod - type: string - ingress-class: - default: traefik - examples: - - traefik - type: string - sub-domain: - default: mail - examples: - - mail - 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 - 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 - additional-domains: - default: [] - items: - type: string - type: array images: default: haraka: @@ -262,6 +174,94 @@ options: type: string 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: + 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 + additional-domains: + default: [] + items: + type: string + type: array + domain-name: + default: your_company.com + examples: + - your_company.com + type: string + sub-domain: + default: mail + examples: + - mail + type: string + issuer: + default: letsencrypt-prod + examples: + - letsencrypt-prod + type: string dependencies: - dist: null category: dbo diff --git a/share/wildduck/mongo.tf b/share/wildduck/mongo.tf index 9a0a6fe..35510c4 100644 --- a/share/wildduck/mongo.tf +++ b/share/wildduck/mongo.tf @@ -53,11 +53,11 @@ resource "kubectl_manifest" "prj_mongo" { - name: mongod resources: limits: - cpu: 1 - memory: 1G + cpu: "1" + memory: "1100M" requests: cpu: "0.3" - memory: 400M + memory: "400M" env: - name: MONGODB_NAME value: ${var.component}