diff --git a/share/wildduck/index.yaml b/share/wildduck/index.yaml index 0f6eab9..7563c12 100644 --- a/share/wildduck/index.yaml +++ b/share/wildduck/index.yaml @@ -6,15 +6,20 @@ metadata: name: wildduck description: null options: - additional-domains: - default: [] - items: - type: string - type: array - domain: - default: your-company + ingress-class: + default: traefik examples: - - your-company + - traefik + type: string + issuer: + default: letsencrypt-prod + examples: + - letsencrypt-prod + type: string + sub-domain: + default: mail + examples: + - mail type: string images: default: @@ -225,16 +230,6 @@ options: type: string type: object type: object - sub-domain: - default: mail - examples: - - mail - type: string - ingress-class: - default: traefik - examples: - - traefik - type: string backups: default: enable: false @@ -265,15 +260,15 @@ options: default: backup-settings type: string type: object - domain-name: - default: your_company.com + additional-domains: + default: [] + items: + type: string + type: array + domain: + default: your-company examples: - - your_company.com - type: string - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod + - your-company type: string redis: default: @@ -308,6 +303,11 @@ options: default: 2Gi type: string type: object + domain-name: + default: your_company.com + examples: + - your_company.com + type: string dependencies: - dist: null category: dbo diff --git a/share/wildduck/scimgateway.tf b/share/wildduck/scimgateway.tf index 139b3b3..725e024 100644 --- a/share/wildduck/scimgateway.tf +++ b/share/wildduck/scimgateway.tf @@ -35,7 +35,7 @@ resource "kubectl_manifest" "scimgateway_deploy" { imagePullPolicy: "${var.images.scimgateway.pullPolicy}" ports: - name: http - containerPort: 8000 + containerPort: 8880 protocol: TCP livenessProbe: httpGet: @@ -53,7 +53,7 @@ resource "kubectl_manifest" "scimgateway_deploy" { - name: "LOG_LEVEL" value: "info" - name: "PORT" - value: "8000" + value: "8880" - name: "WILDDUCK_DOMAIN" value: "${var.domain-name}" - name: "WILDDUCK_API"