The following document describes all possible configuration properties of Che.

To override default values on operator-based deployments, update Custom Resource of CheCluster by adding or editing the customCheProperties field, which expects a map as in the following example:

Example of changing the default value of CHE_WORKSPACE_DEFAULT__MEMORY__LIMIT__MB to 2048:
apiVersion: org.eclipse.che/v1
kind: CheCluster
metadata:
  name: eclipse-che
  namespace: che
spec:
  server:
    cheImageTag: ''
    devfileRegistryImage: ''
    pluginRegistryImage: ''
    tlsSupport: false
    selfSignedCert: false
    customCheProperties:
      CHE_WORKSPACE_DEFAULT__MEMORY__LIMIT__MB: "2048"
  auth:

Unresolved directive in ref_configuring-system-variables.adoc - include::examples/system-variables.adoc[]

Tags: