This commit is contained in:
2023-10-20 12:11:39 +02:00
parent 7ea6e4167a
commit 576f30b862
2 changed files with 55 additions and 55 deletions

View File

@@ -50,7 +50,7 @@ locals {
"OAUTH_SCOPE" = "email" "OAUTH_SCOPE" = "email"
} }
connections = join(",", concat(local.pg_conns, local.maria_conns, local.mongo_conns, local.redis_conns)) connections = join(",", concat(local.pg_conns, local.maria_conns, local.mongo_conns, local.redis_conns))
connection_vars = merge(local.pg_vars, local.maria_vars, local.mongo_vars, local.redis_conns) connection_vars = merge(local.pg_vars, local.maria_vars, local.mongo_vars, local.redis_vars)
connection_secrets = merge(local.pg_secrets, local.mongo_secrets) connection_secrets = merge(local.pg_secrets, local.mongo_secrets)
} }

View File

@@ -6,51 +6,12 @@ metadata:
name: dbgate name: dbgate
description: null description: null
options: options:
use-oauth:
default: false
examples:
- false
type: boolean
domain: domain:
default: your-company default: your-company
examples: examples:
- your-company - your-company
type: string type: string
maria: pg:
default: []
examples:
- []
items:
properties:
dbname:
default: ''
type: string
name:
default: ''
type: string
namespace:
default: ''
type: string
secret:
properties:
key:
default: ''
type: string
name:
default: ''
type: string
type: object
username:
default: ''
type: string
type: object
type: array
ingress-class:
default: traefik
examples:
- traefik
type: string
mongo:
default: [] default: []
examples: examples:
- [] - []
@@ -118,10 +79,15 @@ options:
type: string type: string
type: object type: object
type: object type: object
sub-domain: use-oauth:
default: dbgate default: false
examples: examples:
- dbgate - false
type: boolean
domain-name:
default: your_company.com
examples:
- your_company.com
type: string type: string
issuer: issuer:
default: letsencrypt-prod default: letsencrypt-prod
@@ -142,17 +108,7 @@ options:
type: string type: string
type: object type: object
type: array type: array
domain-name: mongo:
default: your_company.com
examples:
- your_company.com
type: string
app-group:
default: dev
examples:
- dev
type: string
pg:
default: [] default: []
examples: examples:
- [] - []
@@ -181,6 +137,16 @@ options:
type: string type: string
type: object type: object
type: array type: array
sub-domain:
default: dbgate
examples:
- dbgate
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
storage: storage:
default: default:
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
@@ -208,6 +174,40 @@ options:
- Block - Block
type: string type: string
type: object type: object
app-group:
default: dev
examples:
- dev
type: string
maria:
default: []
examples:
- []
items:
properties:
dbname:
default: ''
type: string
name:
default: ''
type: string
namespace:
default: ''
type: string
secret:
properties:
key:
default: ''
type: string
name:
default: ''
type: string
type: object
username:
default: ''
type: string
type: object
type: array
dependencies: dependencies:
- dist: null - dist: null
category: share category: share