This commit is contained in:
2023-10-18 18:07:13 +02:00
parent 6eb84da3eb
commit 1d64407196
5 changed files with 50 additions and 54 deletions

View File

@@ -83,6 +83,9 @@ module "forward" {
dns-names = local.dns-names
service = local.service
icon = local.icon
request_headers = local.request_headers
application-id = module.application.application-id
policy-id = module.application.policy-id
providers = {
restapi = restapi
http = http

View File

@@ -6,11 +6,6 @@ metadata:
name: dbgate
description: null
options:
use-oauth:
default: false
examples:
- false
type: boolean
storage:
default:
accessMode: ReadWriteOnce
@@ -38,7 +33,22 @@ options:
- Block
type: string
type: object
mongo:
app-group:
default: dev
examples:
- dev
type: string
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
domain:
default: your-company
examples:
- your-company
type: string
pg:
default: []
examples:
- []
@@ -67,6 +77,16 @@ options:
type: string
type: object
type: array
ingress-class:
default: traefik
examples:
- traefik
type: string
sub-domain:
default: dbgate
examples:
- dbgate
type: string
maria:
default: []
examples:
@@ -135,37 +155,7 @@ options:
type: string
type: object
type: object
ingress-class:
default: traefik
examples:
- traefik
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
app-group:
default: dev
examples:
- dev
type: string
sub-domain:
default: dbgate
examples:
- dbgate
type: string
domain:
default: your-company
examples:
- your-company
type: string
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
pg:
mongo:
default: []
examples:
- []
@@ -194,6 +184,16 @@ options:
type: string
type: object
type: array
use-oauth:
default: false
examples:
- false
type: boolean
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
dependencies:
- dist: null
category: share