Skip to content

Commit

Permalink
Provide redirect endpoints for JetBrains-based editors
Browse files Browse the repository at this point in the history
Signed-off-by: Vladyslav Zhukovskyi <[email protected]>
  • Loading branch information
vzhukovs committed Jun 23, 2022
1 parent 65786f4 commit 9001d83
Showing 1 changed file with 84 additions and 0 deletions.
84 changes: 84 additions & 0 deletions che-editors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,27 @@ editors:
path: '/?backgroundColor=434343&wss'
secure: false
protocol: http
- name: intellij-redirect-1
targetPort: 13131
exposure: public
protocol: http
attributes:
discoverable: false
urlRewriteSupported: true
- name: intellij-redirect-2
targetPort: 13132
exposure: public
protocol: http
attributes:
discoverable: false
urlRewriteSupported: true
- name: intellij-redirect-3
targetPort: 13133
exposure: public
protocol: http
attributes:
discoverable: false
urlRewriteSupported: true
attributes:
app.kubernetes.io/component: che-idea-injector
app.kubernetes.io/part-of: che-idea.eclipse.org
Expand Down Expand Up @@ -682,6 +703,27 @@ editors:
path: '/?backgroundColor=434343&wss'
secure: false
protocol: http
- name: intellij-redirect-1
targetPort: 13131
exposure: public
protocol: http
attributes:
discoverable: false
urlRewriteSupported: true
- name: intellij-redirect-2
targetPort: 13132
exposure: public
protocol: http
attributes:
discoverable: false
urlRewriteSupported: true
- name: intellij-redirect-3
targetPort: 13133
exposure: public
protocol: http
attributes:
discoverable: false
urlRewriteSupported: true
attributes:
app.kubernetes.io/component: che-idea-injector
app.kubernetes.io/part-of: che-idea.eclipse.org
Expand Down Expand Up @@ -761,6 +803,27 @@ editors:
path: '/?backgroundColor=434343&wss'
secure: false
protocol: http
- name: intellij-redirect-1
targetPort: 13131
exposure: public
protocol: http
attributes:
discoverable: false
urlRewriteSupported: true
- name: intellij-redirect-2
targetPort: 13132
exposure: public
protocol: http
attributes:
discoverable: false
urlRewriteSupported: true
- name: intellij-redirect-3
targetPort: 13133
exposure: public
protocol: http
attributes:
discoverable: false
urlRewriteSupported: true
attributes:
app.kubernetes.io/component: che-pycharm-injector
app.kubernetes.io/part-of: che-pycharm.eclipse.org
Expand Down Expand Up @@ -840,6 +903,27 @@ editors:
path: '/?backgroundColor=434343&wss'
secure: false
protocol: http
- name: intellij-redirect-1
targetPort: 13131
exposure: public
protocol: http
attributes:
discoverable: false
urlRewriteSupported: true
- name: intellij-redirect-2
targetPort: 13132
exposure: public
protocol: http
attributes:
discoverable: false
urlRewriteSupported: true
- name: intellij-redirect-3
targetPort: 13133
exposure: public
protocol: http
attributes:
discoverable: false
urlRewriteSupported: true
attributes:
app.kubernetes.io/component: che-pycharm-injector
app.kubernetes.io/part-of: che-pycharm.eclipse.org
Expand Down

0 comments on commit 9001d83

Please sign in to comment.