fix
This commit is contained in:
@@ -44,7 +44,8 @@ resource "kubectl_manifest" "deploy" {
|
|||||||
name: "${var.component}-${var.instance}-secret"
|
name: "${var.component}-${var.instance}-secret"
|
||||||
key: client-secret
|
key: client-secret
|
||||||
command:
|
command:
|
||||||
- /start.sh
|
- "/bin/ash"
|
||||||
|
- "/start.sh"
|
||||||
image: "${var.images.dbgate.registry}/${var.images.dbgate.repository}:${var.images.dbgate.tag}"
|
image: "${var.images.dbgate.registry}/${var.images.dbgate.repository}:${var.images.dbgate.tag}"
|
||||||
imagePullPolicy: "${var.images.dbgate.pullPolicy}"
|
imagePullPolicy: "${var.images.dbgate.pullPolicy}"
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -6,36 +6,44 @@ metadata:
|
|||||||
name: dbgate
|
name: dbgate
|
||||||
description: null
|
description: null
|
||||||
options:
|
options:
|
||||||
pg:
|
app-group:
|
||||||
default: []
|
default: dev
|
||||||
examples:
|
examples:
|
||||||
- []
|
- dev
|
||||||
items:
|
type: string
|
||||||
|
storage:
|
||||||
|
default:
|
||||||
|
accessMode: ReadWriteOnce
|
||||||
|
size: 1Gi
|
||||||
|
type: Filesystem
|
||||||
|
examples:
|
||||||
|
- accessMode: ReadWriteOnce
|
||||||
|
size: 1Gi
|
||||||
|
type: Filesystem
|
||||||
properties:
|
properties:
|
||||||
dbname:
|
accessMode:
|
||||||
default: ''
|
default: ReadWriteOnce
|
||||||
|
enum:
|
||||||
|
- ReadWriteOnce
|
||||||
|
- ReadOnlyMany
|
||||||
|
- ReadWriteMany
|
||||||
type: string
|
type: string
|
||||||
name:
|
size:
|
||||||
default: ''
|
default: 1Gi
|
||||||
type: string
|
type: string
|
||||||
namespace:
|
type:
|
||||||
default: ''
|
default: Filesystem
|
||||||
type: string
|
enum:
|
||||||
secret:
|
- Filesystem
|
||||||
properties:
|
- Block
|
||||||
key:
|
|
||||||
default: ''
|
|
||||||
type: string
|
|
||||||
name:
|
|
||||||
default: ''
|
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
username:
|
domain:
|
||||||
default: ''
|
default: your-company
|
||||||
|
examples:
|
||||||
|
- your-company
|
||||||
type: string
|
type: string
|
||||||
type: object
|
pg:
|
||||||
type: array
|
|
||||||
maria:
|
|
||||||
default: []
|
default: []
|
||||||
examples:
|
examples:
|
||||||
- []
|
- []
|
||||||
@@ -93,26 +101,55 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: array
|
type: array
|
||||||
domain-name:
|
sub-domain:
|
||||||
default: your_company.com
|
default: dbgate
|
||||||
examples:
|
examples:
|
||||||
- your_company.com
|
- dbgate
|
||||||
type: string
|
type: string
|
||||||
issuer:
|
issuer:
|
||||||
default: letsencrypt-prod
|
default: letsencrypt-prod
|
||||||
examples:
|
examples:
|
||||||
- letsencrypt-prod
|
- letsencrypt-prod
|
||||||
type: string
|
type: string
|
||||||
sub-domain:
|
ingress-class:
|
||||||
default: dbgate
|
default: traefik
|
||||||
examples:
|
examples:
|
||||||
- dbgate
|
- traefik
|
||||||
type: string
|
type: string
|
||||||
domain:
|
domain-name:
|
||||||
default: your-company
|
default: your_company.com
|
||||||
examples:
|
examples:
|
||||||
- your-company
|
- your_company.com
|
||||||
type: string
|
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
|
||||||
images:
|
images:
|
||||||
default:
|
default:
|
||||||
dbgate:
|
dbgate:
|
||||||
@@ -152,43 +189,6 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
app-group:
|
|
||||||
default: dev
|
|
||||||
examples:
|
|
||||||
- dev
|
|
||||||
type: string
|
|
||||||
ingress-class:
|
|
||||||
default: traefik
|
|
||||||
examples:
|
|
||||||
- traefik
|
|
||||||
type: string
|
|
||||||
storage:
|
|
||||||
default:
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
size: 1Gi
|
|
||||||
type: Filesystem
|
|
||||||
examples:
|
|
||||||
- accessMode: ReadWriteOnce
|
|
||||||
size: 1Gi
|
|
||||||
type: Filesystem
|
|
||||||
properties:
|
|
||||||
accessMode:
|
|
||||||
default: ReadWriteOnce
|
|
||||||
enum:
|
|
||||||
- ReadWriteOnce
|
|
||||||
- ReadOnlyMany
|
|
||||||
- ReadWriteMany
|
|
||||||
type: string
|
|
||||||
size:
|
|
||||||
default: 1Gi
|
|
||||||
type: string
|
|
||||||
type:
|
|
||||||
default: Filesystem
|
|
||||||
enum:
|
|
||||||
- Filesystem
|
|
||||||
- Block
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- dist: null
|
- dist: null
|
||||||
category: share
|
category: share
|
||||||
|
|||||||
Reference in New Issue
Block a user