39 lines
1.6 KiB
YAML
39 lines
1.6 KiB
YAML
|
|
# yaml-language-server: $schema=values.schema.json
|
||
|
|
components:
|
||
|
|
# -- Enables WebDAV access to conf and ptemp
|
||
|
|
dav: true
|
||
|
|
# -- enables the toolbox
|
||
|
|
toolbox: true
|
||
|
|
# -- enables an optional prepper that you can use to deploy fonts, scripts etc. during environment setup
|
||
|
|
prepper: false
|
||
|
|
global:
|
||
|
|
environment:
|
||
|
|
storage:
|
||
|
|
conf:
|
||
|
|
# -- this is the name of the common config storage.
|
||
|
|
# please see section "Storage" for more information
|
||
|
|
name: "conf"
|
||
|
|
# -- this is the size of the common config storage.
|
||
|
|
# please see section "Storage" for more information
|
||
|
|
size: "10Gi"
|
||
|
|
# -- you can set the volumeName to the value of a pre-existing
|
||
|
|
# volume to avoid having the PV created for you by the csi driver provisioner
|
||
|
|
volumeName:
|
||
|
|
ptemp:
|
||
|
|
# -- this is the name of the common persistant temp storage.
|
||
|
|
# please see section "Storage" for more information
|
||
|
|
name: "ptemp"
|
||
|
|
# -- this is the size of the common ptemp storage.
|
||
|
|
# please see section "Storage" for more information
|
||
|
|
size: "10Gi"
|
||
|
|
# -- you can set the volumeName to the value of a pre-existing
|
||
|
|
# volume to avoid having the PV created for you by the csi driver provisioner
|
||
|
|
volumeName:
|
||
|
|
meta:
|
||
|
|
# -- specifies that this is deployment is part of an Environment. Used to determine the correct
|
||
|
|
# name of the deployment
|
||
|
|
# @internal -- Do not change
|
||
|
|
isEnvironment: true
|
||
|
|
# -- If you want to override the name of the Environment for display purposes, do it here.
|
||
|
|
environmentNameOverride:
|