This commit is contained in:
2024-01-26 11:14:00 +01:00
parent 0c5e247c0c
commit a0addbd842
91 changed files with 2236 additions and 2236 deletions

View File

@@ -6,6 +6,16 @@ metadata:
name: dbgate
description: null
options:
sub-domain:
default: dbgate
examples:
- dbgate
type: string
domain_name:
default: your_company.com
examples:
- your_company.com
type: string
images:
default:
dbgate:
@@ -45,11 +55,45 @@ options:
type: string
type: object
type: object
app-group:
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
domain:
default: your-company
examples:
- your-company
type: string
storage:
default:
volume:
@@ -87,16 +131,40 @@ options:
type: string
type: object
type: object
issuer:
default: letsencrypt-prod
ingress_class:
default: traefik
examples:
- letsencrypt-prod
- traefik
type: string
domain-name:
default: your_company.com
mongo:
default: []
examples:
- your_company.com
type: string
- []
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
redis:
default: []
examples:
@@ -111,20 +179,10 @@ options:
type: string
type: object
type: array
domain:
default: your-company
issuer:
default: letsencrypt-prod
examples:
- your-company
type: string
sub-domain:
default: dbgate
examples:
- dbgate
type: string
ingress-class:
default: traefik
examples:
- traefik
- letsencrypt-prod
type: string
pg:
default: []
@@ -155,64 +213,6 @@ options:
type: string
type: object
type: array
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
mongo:
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:
- dist: null
category: core