Skip to content

Instantly share code, notes, and snippets.

@rhopp
Last active September 10, 2021 11:05
Show Gist options
  • Save rhopp/b1e40df24c02c0e29f492608d4bb66aa to your computer and use it in GitHub Desktop.
Save rhopp/b1e40df24c02c0e29f492608d4bb66aa to your computer and use it in GitHub Desktop.
apiVersion: v2
publisher: eclipse
name: che-idea
version: latest
type: Che Editor
displayName: IntelliJ IDEA Community
title: IntelliJ IDEA Community as Editor for Eclipse Che
description: IntelliJ IDEA Community running using Projector
icon: https://resources.jetbrains.com/storage/products/intellij-idea/img/meta/intellij-idea_logo_300x300.png
category: Editor
repository: https://github.com/che-incubator/jetbrains-editor-images
firstPublicationDate: "2021-06-29"
spec:
endpoints:
- name: "intellij"
public: true
targetPort: 8887
attributes:
protocol: http
type: ide
secure: true
cookiesAuthEnabled: true
path: /?backgroundColor=434343&wss
containers:
- name: che-idea
image: "quay.io/crw/idea-rhel8:2.11"
mountSources: true
volumes:
- mountPath: "/home/projector-user"
name: projector-user
ports:
- exposedPort: 8887
memoryLimit: 4096M
cpuLimit: 1500m
cpuRequest: 600m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment