This commit is contained in:
2023-08-07 13:23:23 +02:00
parent ad2ea4bbcf
commit cbb3a22bc6
4 changed files with 95 additions and 35 deletions

View File

@@ -6,6 +6,26 @@ metadata:
name: code-server
description: null
options:
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
domain:
default: your-company
examples:
- your-company
type: string
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
images:
default:
codeserver:
@@ -45,11 +65,6 @@ options:
type: number
type: object
type: object
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
timezone:
default: Europe/Paris
examples:
@@ -70,16 +85,6 @@ options:
default: false
type: boolean
type: object
domain:
default: your-company
examples:
- your-company
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
storage:
default:
accessMode: ReadWriteOnce
@@ -107,21 +112,16 @@ options:
- block
type: string
type: object
sub-domain:
default: code
examples:
- code
type: string
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
no-editor:
default: false
examples:
- false
type: boolean
sub-domain:
default: code
examples:
- code
type: string
dependencies:
- dist: null
category: share