This commit is contained in:
2023-08-27 18:29:11 +02:00
parent 71b9da9a00
commit 47a7e14cbd
2 changed files with 28 additions and 28 deletions

View File

@@ -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
examples:
- your_company.com
additional-domains:
default: []
items:
type: string
issuer:
default: letsencrypt-prod
type: array
domain:
default: your-company
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

View File

@@ -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"