Skip to content

Commit

Permalink
chore: use https protocol in editor's endpoints (#1863)
Browse files Browse the repository at this point in the history
* chore: use https protocol in editor's endpoints

Signed-off-by: Valeriy Svydenko <[email protected]>

* set secure to true

Signed-off-by: Valeriy Svydenko <[email protected]>

---------

Signed-off-by: Valeriy Svydenko <[email protected]>
  • Loading branch information
svor committed Jan 9, 2024
1 parent 28e0838 commit f5a5642
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions che-editors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ editors:
- name: jupyter
targetPort: 8888
exposure: public
protocol: http
protocol: https
attributes:
type: main
attributes:
Expand Down Expand Up @@ -78,7 +78,7 @@ editors:
type: main
targetPort: 8080
exposure: public
protocol: http
protocol: https
attributes:
ports:
- exposedPort: 8080
Expand All @@ -105,7 +105,7 @@ editors:
- name: eclipse-ide
targetPort: 5000
exposure: public
protocol: http
protocol: https
attributes:
type: main
attributes:
Expand Down Expand Up @@ -139,7 +139,7 @@ editors:
- name: code-server
targetPort: 8080
exposure: public
protocol: http
protocol: https
attributes:
type: main
attributes:
Expand Down Expand Up @@ -380,26 +380,26 @@ editors:
targetPort: 8887
exposure: public
path: '/?backgroundColor=434343&wss'
secure: false
protocol: http
secure: true
protocol: https
- name: intellij-redirect-1
targetPort: 13131
exposure: public
protocol: http
protocol: https
attributes:
discoverable: false
urlRewriteSupported: false
- name: intellij-redirect-2
targetPort: 13132
exposure: public
protocol: http
protocol: https
attributes:
discoverable: false
urlRewriteSupported: false
- name: intellij-redirect-3
targetPort: 13133
exposure: public
protocol: http
protocol: https
attributes:
discoverable: false
urlRewriteSupported: false
Expand Down Expand Up @@ -486,26 +486,26 @@ editors:
targetPort: 8887
exposure: public
path: '/?backgroundColor=434343&wss'
secure: false
protocol: http
secure: true
protocol: https
- name: intellij-redirect-1
targetPort: 13131
exposure: public
protocol: http
protocol: https
attributes:
discoverable: false
urlRewriteSupported: false
- name: intellij-redirect-2
targetPort: 13132
exposure: public
protocol: http
protocol: https
attributes:
discoverable: false
urlRewriteSupported: false
- name: intellij-redirect-3
targetPort: 13133
exposure: public
protocol: http
protocol: https
attributes:
discoverable: false
urlRewriteSupported: false
Expand Down Expand Up @@ -592,26 +592,26 @@ editors:
targetPort: 8887
exposure: public
path: '/?backgroundColor=434343&wss'
secure: false
protocol: http
secure: true
protocol: https
- name: intellij-redirect-1
targetPort: 13131
exposure: public
protocol: http
protocol: https
attributes:
discoverable: false
urlRewriteSupported: false
- name: intellij-redirect-2
targetPort: 13132
exposure: public
protocol: http
protocol: https
attributes:
discoverable: false
urlRewriteSupported: false
- name: intellij-redirect-3
targetPort: 13133
exposure: public
protocol: http
protocol: https
attributes:
discoverable: false
urlRewriteSupported: false
Expand Down Expand Up @@ -698,26 +698,26 @@ editors:
targetPort: 8887
exposure: public
path: '/?backgroundColor=434343&wss'
secure: false
protocol: http
secure: true
protocol: https
- name: intellij-redirect-1
targetPort: 13131
exposure: public
protocol: http
protocol: https
attributes:
discoverable: false
urlRewriteSupported: false
- name: intellij-redirect-2
targetPort: 13132
exposure: public
protocol: http
protocol: https
attributes:
discoverable: false
urlRewriteSupported: false
- name: intellij-redirect-3
targetPort: 13133
exposure: public
protocol: http
protocol: https
attributes:
discoverable: false
urlRewriteSupported: false
Expand Down Expand Up @@ -808,7 +808,7 @@ editors:
targetPort: 3400
exposure: public
secure: true
protocol: http
protocol: https
attributes:
app.kubernetes.io/component: editor-runtime
app.kubernetes.io/part-of: idea-server.eclipse.org
Expand Down Expand Up @@ -874,7 +874,7 @@ editors:
targetPort: 3400
exposure: public
secure: true
protocol: http
protocol: https
attributes:
app.kubernetes.io/component: editor-runtime
app.kubernetes.io/part-of: idea-server.eclipse.org
Expand Down

0 comments on commit f5a5642

Please sign in to comment.