Skip to content

Commit

Permalink
chore: use https protocol in endpoint (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: Valeriy Svydenko <[email protected]>
  • Loading branch information
svor authored Jan 3, 2024
1 parent 857a217 commit 68468bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ components:
endpoints:
- exposure: public
name: 'health-check-endpoint'
protocol: http
protocol: https
targetPort: 8080
commands:
- id: build
Expand Down

0 comments on commit 68468bf

Please sign in to comment.