Skip to content

Instantly share code, notes, and snippets.

@willgarcia
Created January 18, 2024 05:28
Show Gist options
  • Save willgarcia/9845b2481e0a1642ccbc50d34e0e0623 to your computer and use it in GitHub Desktop.
Save willgarcia/9845b2481e0a1642ccbc50d34e0e0623 to your computer and use it in GitHub Desktop.
apiVersion: org.eclipse.che/v2
kind: CheCluster
metadata:
name: devspaces
namespace: openshift-devspaces
annotations:
argocd.argoproj.io/sync-wave: "20"
spec:
components:
cheServer:
debug: false
logLevel: INFO
metrics:
enable: true
# Add support for AWS CodeWhisperer use a custom registry configured to add the AWS Toolkit VSCode extension (amazonwebservices.aws-toolkit-vscode)
# https://access.redhat.com/documentation/en-us/red_hat_openshift_dev_spaces/3.4/html/administration_guide/managing-ide-extensions
pluginRegistry:
deployment:
containers:
- image: willgarcia/devspaces-pluginregistry-rhel8:latest
openVSXURL: ""
devEnvironments:
defaultEditor: che-incubator/che-code/insiders
defaultNamespace:
template: <username>-devspaces
storage:
pvcStrategy: common
maxNumberOfRunningWorkspacesPerUser: 8
maxNumberOfWorkspacesPerUser: 8
secondsOfInactivityBeforeIdling: -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment