This commit is contained in:
2023-10-18 12:39:55 +02:00
parent e86d4a3825
commit c9033fcd4f
2 changed files with 47 additions and 50 deletions

View File

@@ -6,12 +6,17 @@ metadata:
name: dbgate
description: null
options:
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
pg:
maria:
default: []
examples:
- []
@@ -40,11 +45,35 @@ options:
type: string
type: object
type: array
sub-domain:
default: dbgate
mongo:
default: []
examples:
- dbgate
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
images:
default:
dbgate:
@@ -84,7 +113,7 @@ options:
type: string
type: object
type: object
maria:
pg:
default: []
examples:
- []
@@ -113,55 +142,26 @@ options:
type: string
type: object
type: array
domain:
default: your-company
examples:
- your-company
type: string
sub-domain:
default: dbgate
examples:
- dbgate
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
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
app-group:
default: dev
examples:
- dev
type: string
domain:
default: your-company
examples:
- your-company
type: string
storage:
default:
accessMode: ReadWriteOnce