fix
This commit is contained in:
@@ -6,6 +6,154 @@ metadata:
|
||||
name: domain-devspaces
|
||||
description: null
|
||||
options:
|
||||
distributions:
|
||||
default:
|
||||
domain: domain
|
||||
core: core
|
||||
examples:
|
||||
- domain: domain
|
||||
core: core
|
||||
type: object
|
||||
properties:
|
||||
core:
|
||||
type: string
|
||||
default: core
|
||||
domain:
|
||||
type: string
|
||||
default: domain
|
||||
images:
|
||||
default:
|
||||
codeserver:
|
||||
registry: docker.io
|
||||
repository: sebt3/code-server
|
||||
tag: 4.15
|
||||
pullPolicy: IfNotPresent
|
||||
properties:
|
||||
codeserver:
|
||||
properties:
|
||||
pullPolicy:
|
||||
enum:
|
||||
- Always
|
||||
- Never
|
||||
- IfNotPresent
|
||||
type: string
|
||||
default: IfNotPresent
|
||||
registry:
|
||||
type: string
|
||||
default: docker.io
|
||||
repository:
|
||||
type: string
|
||||
default: sebt3/code-server
|
||||
tag:
|
||||
type: number
|
||||
default: 4.15
|
||||
type: object
|
||||
default:
|
||||
registry: docker.io
|
||||
repository: sebt3/code-server
|
||||
tag: 4.15
|
||||
pullPolicy: IfNotPresent
|
||||
examples:
|
||||
- codeserver:
|
||||
registry: docker.io
|
||||
repository: sebt3/code-server
|
||||
tag: 4.15
|
||||
pullPolicy: IfNotPresent
|
||||
type: object
|
||||
domain-name:
|
||||
default: your_company.com
|
||||
examples:
|
||||
- your_company.com
|
||||
type: string
|
||||
issuer:
|
||||
default: letsencrypt-prod
|
||||
examples:
|
||||
- letsencrypt-prod
|
||||
type: string
|
||||
domain:
|
||||
default: your-company
|
||||
examples:
|
||||
- your-company
|
||||
type: string
|
||||
app-group:
|
||||
default: dev
|
||||
examples:
|
||||
- dev
|
||||
type: string
|
||||
stations-sub-domain:
|
||||
default: code
|
||||
examples:
|
||||
- code
|
||||
type: string
|
||||
ingress-class:
|
||||
default: traefik
|
||||
examples:
|
||||
- traefik
|
||||
type: string
|
||||
storage-classes:
|
||||
default:
|
||||
FilesystemReadWriteMany: ''
|
||||
FilesystemReadWriteOnce: ''
|
||||
BlockReadWriteMany: ''
|
||||
BlockReadWriteOnce: ''
|
||||
examples:
|
||||
- FilesystemReadWriteMany: ''
|
||||
FilesystemReadWriteOnce: ''
|
||||
BlockReadWriteMany: ''
|
||||
BlockReadWriteOnce: ''
|
||||
type: object
|
||||
properties:
|
||||
BlockReadWriteMany:
|
||||
type: string
|
||||
default: ''
|
||||
BlockReadWriteOnce:
|
||||
type: string
|
||||
default: ''
|
||||
FilesystemReadWriteMany:
|
||||
type: string
|
||||
default: ''
|
||||
FilesystemReadWriteOnce:
|
||||
type: string
|
||||
default: ''
|
||||
organisations:
|
||||
default: []
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
default: ''
|
||||
datasets:
|
||||
default: []
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
name:
|
||||
default: ''
|
||||
type: string
|
||||
engine:
|
||||
default: pg
|
||||
type: string
|
||||
examples:
|
||||
- []
|
||||
type: array
|
||||
stations:
|
||||
default: []
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
default: ''
|
||||
organisations:
|
||||
default: []
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
examples:
|
||||
- []
|
||||
type: array
|
||||
apps:
|
||||
default:
|
||||
dbgate:
|
||||
@@ -47,16 +195,6 @@ options:
|
||||
default: false
|
||||
default:
|
||||
enable: false
|
||||
domain-name:
|
||||
default: your_company.com
|
||||
examples:
|
||||
- your_company.com
|
||||
type: string
|
||||
domain:
|
||||
default: your-company
|
||||
examples:
|
||||
- your-company
|
||||
type: string
|
||||
external-databases:
|
||||
default: []
|
||||
items:
|
||||
@@ -130,144 +268,6 @@ options:
|
||||
secret-name:
|
||||
type: string
|
||||
default: backup-settings
|
||||
distributions:
|
||||
default:
|
||||
domain: domain
|
||||
core: core
|
||||
examples:
|
||||
- domain: domain
|
||||
core: core
|
||||
type: object
|
||||
properties:
|
||||
core:
|
||||
type: string
|
||||
default: core
|
||||
domain:
|
||||
type: string
|
||||
default: domain
|
||||
issuer:
|
||||
default: letsencrypt-prod
|
||||
examples:
|
||||
- letsencrypt-prod
|
||||
type: string
|
||||
app-group:
|
||||
default: dev
|
||||
examples:
|
||||
- dev
|
||||
type: string
|
||||
stations-sub-domain:
|
||||
default: code
|
||||
examples:
|
||||
- code
|
||||
type: string
|
||||
storage-classes:
|
||||
default:
|
||||
FilesystemReadWriteMany: ''
|
||||
FilesystemReadWriteOnce: ''
|
||||
BlockReadWriteMany: ''
|
||||
BlockReadWriteOnce: ''
|
||||
examples:
|
||||
- FilesystemReadWriteMany: ''
|
||||
FilesystemReadWriteOnce: ''
|
||||
BlockReadWriteMany: ''
|
||||
BlockReadWriteOnce: ''
|
||||
type: object
|
||||
properties:
|
||||
BlockReadWriteMany:
|
||||
type: string
|
||||
default: ''
|
||||
BlockReadWriteOnce:
|
||||
type: string
|
||||
default: ''
|
||||
FilesystemReadWriteMany:
|
||||
type: string
|
||||
default: ''
|
||||
FilesystemReadWriteOnce:
|
||||
type: string
|
||||
default: ''
|
||||
organisations:
|
||||
default: []
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
default: ''
|
||||
datasets:
|
||||
default: []
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
name:
|
||||
default: ''
|
||||
type: string
|
||||
engine:
|
||||
default: pg
|
||||
type: string
|
||||
examples:
|
||||
- []
|
||||
type: array
|
||||
images:
|
||||
default:
|
||||
codeserver:
|
||||
registry: docker.io
|
||||
repository: sebt3/code-server
|
||||
tag: 4.15
|
||||
pullPolicy: IfNotPresent
|
||||
properties:
|
||||
codeserver:
|
||||
properties:
|
||||
pullPolicy:
|
||||
enum:
|
||||
- Always
|
||||
- Never
|
||||
- IfNotPresent
|
||||
type: string
|
||||
default: IfNotPresent
|
||||
registry:
|
||||
type: string
|
||||
default: docker.io
|
||||
repository:
|
||||
type: string
|
||||
default: sebt3/code-server
|
||||
tag:
|
||||
type: number
|
||||
default: 4.15
|
||||
type: object
|
||||
default:
|
||||
registry: docker.io
|
||||
repository: sebt3/code-server
|
||||
tag: 4.15
|
||||
pullPolicy: IfNotPresent
|
||||
examples:
|
||||
- codeserver:
|
||||
registry: docker.io
|
||||
repository: sebt3/code-server
|
||||
tag: 4.15
|
||||
pullPolicy: IfNotPresent
|
||||
type: object
|
||||
stations:
|
||||
default: []
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
default: ''
|
||||
organisations:
|
||||
default: []
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
examples:
|
||||
- []
|
||||
type: array
|
||||
ingress-class:
|
||||
default: traefik
|
||||
examples:
|
||||
- traefik
|
||||
type: string
|
||||
dependencies: []
|
||||
providers:
|
||||
kubernetes: true
|
||||
|
||||
Reference in New Issue
Block a user