This commit is contained in:
2024-01-26 12:30:24 +01:00
parent 97ebdf368b
commit bc5c15988c
25 changed files with 790 additions and 790 deletions

View File

@@ -6,15 +6,10 @@ metadata:
name: dbgate
description: null
options:
sub-domain:
default: dbgate
app_group:
default: dev
examples:
- dbgate
type: string
domain_name:
default: your_company.com
examples:
- your_company.com
- dev
type: string
images:
default:
@@ -55,45 +50,6 @@ options:
type: string
type: object
type: object
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:
@@ -131,54 +87,6 @@ options:
type: string
type: object
type: object
ingress_class:
default: traefik
examples:
- traefik
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
redis:
default: []
examples:
- []
items:
properties:
name:
default: ''
type: string
namespace:
default: ''
type: string
type: object
type: array
issuer:
default: letsencrypt-prod
examples:
@@ -213,6 +121,98 @@ options:
type: string
type: object
type: array
ingress_class:
default: traefik
examples:
- traefik
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_name:
default: your_company.com
examples:
- your_company.com
type: string
domain:
default: your-company
examples:
- your-company
type: string
redis:
default: []
examples:
- []
items:
properties:
name:
default: ''
type: string
namespace:
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
sub-domain:
default: dbgate
examples:
- dbgate
type: string
dependencies:
- dist: null
category: core

View File

@@ -38,7 +38,7 @@ module "ingress" {
labels = local.common-labels
dns_names = local.dns_names
middlewares = []
service = local.service
services = [local.service]
providers = {
kubectl = kubectl
}