This commit is contained in:
2023-10-18 18:10:23 +02:00
parent 097eb915b2
commit 6f0e5022d8
2 changed files with 59 additions and 59 deletions

View File

@@ -16,55 +16,11 @@ options:
examples:
- your-company
type: string
app-group:
default: dev
sub-domain:
default: dbgate
examples:
- dev
- dbgate
type: string
use-oauth:
default: false
examples:
- false
type: boolean
images:
default:
dbgate:
pullPolicy: IfNotPresent
registry: docker.io
repository: dbgate/dbgate
tag: 5.2.7-alpine
examples:
- dbgate:
pullPolicy: IfNotPresent
registry: docker.io
repository: dbgate/dbgate
tag: 5.2.7-alpine
properties:
dbgate:
default:
pullPolicy: IfNotPresent
registry: docker.io
repository: dbgate/dbgate
tag: 5.2.7-alpine
properties:
pullPolicy:
default: IfNotPresent
enum:
- Always
- Never
- IfNotPresent
type: string
registry:
default: docker.io
type: string
repository:
default: dbgate/dbgate
type: string
tag:
default: 5.2.7-alpine
type: string
type: object
type: object
pg:
default: []
examples:
@@ -94,10 +50,15 @@ options:
type: string
type: object
type: array
domain-name:
default: your_company.com
issuer:
default: letsencrypt-prod
examples:
- your_company.com
- letsencrypt-prod
type: string
app-group:
default: dev
examples:
- dev
type: string
maria:
default: []
@@ -157,6 +118,50 @@ options:
type: string
type: object
type: array
use-oauth:
default: false
examples:
- false
type: boolean
images:
default:
dbgate:
pullPolicy: IfNotPresent
registry: docker.io
repository: dbgate/dbgate
tag: 5.2.7-alpine
examples:
- dbgate:
pullPolicy: IfNotPresent
registry: docker.io
repository: dbgate/dbgate
tag: 5.2.7-alpine
properties:
dbgate:
default:
pullPolicy: IfNotPresent
registry: docker.io
repository: dbgate/dbgate
tag: 5.2.7-alpine
properties:
pullPolicy:
default: IfNotPresent
enum:
- Always
- Never
- IfNotPresent
type: string
registry:
default: docker.io
type: string
repository:
default: dbgate/dbgate
type: string
tag:
default: 5.2.7-alpine
type: string
type: object
type: object
storage:
default:
accessMode: ReadWriteOnce
@@ -184,15 +189,10 @@ options:
- Block
type: string
type: object
sub-domain:
default: dbgate
domain-name:
default: your_company.com
examples:
- dbgate
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
- your_company.com
type: string
dependencies:
- dist: null