Skip to content

Commit

Permalink
chore: using 'https' protocol for the devfile endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuziuk committed Jan 23, 2024
1 parent 8f538e8 commit b933a3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ components:
endpoints:
- exposure: public
name: live-reload
protocol: http
protocol: https
targetPort: 35729
- exposure: public
name: jekyll
protocol: http
protocol: https
targetPort: 4000
commands:
- id: bundle-install
Expand Down

0 comments on commit b933a3b

Please sign in to comment.