Skip to content

Instantly share code, notes, and snippets.

@edeandrea
Created January 7, 2021 19:05
Show Gist options
  • Save edeandrea/b1f6d4828fde6a3beb5d84c6e2e552e2 to your computer and use it in GitHub Desktop.
Save edeandrea/b1f6d4828fde6a3beb5d84c6e2e552e2 to your computer and use it in GitHub Desktop.
Codeready workspaces one project per user
apiVersion: org.eclipse.che/v1
kind: CheCluster
metadata:
name: codeready
spec:
server:
cheFlavor: codeready
tlsSupport: true
selfSignedCert: false
workspaceNamespaceDefault: "crw-<username>"
customCheProperties:
CHE_LIMITS_WORKSPACE_IDLE_TIMEOUT: "0"
database:
externalDB: false
auth:
openShiftoAuth: true
storage:
pvcStrategy: per-workspace
pvcClaimSize: 1Gi
preCreateSubPaths: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment