This commit is contained in:
2024-01-19 16:07:29 +01:00
parent 0411ac602f
commit 71e78e4d95
19 changed files with 1119 additions and 1050 deletions

View File

@@ -6,16 +6,6 @@ metadata:
name: dbgate
description: null
options:
domain:
default: your-company
examples:
- your-company
type: string
app-group:
default: dev
examples:
- dev
type: string
maria:
default: []
examples:
@@ -45,11 +35,50 @@ options:
type: string
type: object
type: array
domain-name:
default: your_company.com
domain:
default: your-company
examples:
- your_company.com
- your-company
type: string
sub-domain:
default: dbgate
examples:
- dbgate
type: string
app-group:
default: dev
examples:
- dev
type: string
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
mongo:
default: []
examples:
@@ -79,11 +108,6 @@ options:
type: string
type: object
type: array
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
images:
default:
dbgate:
@@ -123,16 +147,30 @@ options:
type: string
type: object
type: object
sub-domain:
default: dbgate
examples:
- dbgate
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
redis:
default: []
examples:
- []
items:
properties:
name:
default: ''
type: string
namespace:
default: ''
type: string
type: object
type: array
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
storage:
default:
accessMode: ReadWriteOnce
@@ -160,49 +198,11 @@ options:
- Block
type: string
type: object
redis:
default: []
issuer:
default: letsencrypt-prod
examples:
- []
items:
properties:
name:
default: ''
type: string
namespace:
default: ''
type: string
type: object
type: array
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
- letsencrypt-prod
type: string
dependencies:
- dist: null
category: share