Skip to content

Commit

Permalink
Revert "fix: use 'https' protocol for che-code endpoints"
Browse files Browse the repository at this point in the history
This reverts commit 5f9d52a.
  • Loading branch information
ibuziuk committed Oct 10, 2023
1 parent 5f9d52a commit 2237db5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions che-editors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,25 +208,25 @@ editors:
targetPort: 3100
exposure: public
secure: true
protocol: https
protocol: http
- name: code-redirect-1
targetPort: 13131
exposure: public
protocol: https
protocol: http
attributes:
discoverable: false
urlRewriteSupported: false
- name: code-redirect-2
targetPort: 13132
exposure: public
protocol: https
protocol: http
attributes:
discoverable: false
urlRewriteSupported: false
- name: code-redirect-3
targetPort: 13133
exposure: public
protocol: https
protocol: http
attributes:
discoverable: false
urlRewriteSupported: false
Expand Down

0 comments on commit 2237db5

Please sign in to comment.