Skip to content

Commit

Permalink
Update DevFile to use 'https' endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-blueguardianco committed Jan 24, 2024
1 parent 9ce8e80 commit cf186bb
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 @@ -20,8 +20,8 @@ components:
image: registry.redhat.io/devspaces/udi-rhel8:latest
endpoints:
- exposure: public
name: http
protocol: http
name: https
protocol: https
targetPort: 3000
commands:
- id: run
Expand Down

0 comments on commit cf186bb

Please sign in to comment.