diff --git a/share/wildduck/index.yaml b/share/wildduck/index.yaml index 44257d8..d0191ab 100644 --- a/share/wildduck/index.yaml +++ b/share/wildduck/index.yaml @@ -6,6 +6,21 @@ metadata: name: wildduck description: null options: + ingress-class: + default: traefik + examples: + - traefik + type: string + sub-domain: + default: mail + examples: + - mail + type: string + domain: + default: your-company + examples: + - your-company + type: string backups: default: enable: false @@ -36,6 +51,49 @@ options: default: backup-settings type: string 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 + domain-name: + default: your_company.com + examples: + - your_company.com + type: string images: default: haraka: @@ -245,69 +303,11 @@ options: type: string type: object type: object - 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-name: - default: your_company.com - examples: - - your_company.com - type: string - sub-domain: - default: mail - examples: - - mail - type: string - ingress-class: - default: traefik - examples: - - traefik - type: string - additional-domains: - default: [] - items: - type: string - type: array - domain: - default: your-company - examples: - - your-company - type: string dependencies: - dist: null category: dbo diff --git a/share/wildduck/scimgateway.tf b/share/wildduck/scimgateway.tf index dc1e21a..1529951 100644 --- a/share/wildduck/scimgateway.tf +++ b/share/wildduck/scimgateway.tf @@ -68,7 +68,7 @@ resource "kubectl_manifest" "scimgateway_deploy" { secretKeyRef: name: "${var.instance}" key: default - - name: WILDDUCK_INITIAL_PASSWD + - name: SEED valueFrom: secretKeyRef: name: "${var.instance}"