Skip to content

Commit

Permalink
Set the default port for the dynamic proxy to 443 (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
njegosrailic authored Jan 28, 2025
1 parent 1ccb87e commit bba3537
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/smart-rules-hunt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"setup-gap": minor
---

Set the default port for the dynamic proxy to 443
4 changes: 2 additions & 2 deletions actions/setup-gap/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ inputs:
required: false
default: "info"
dynamic-proxy-port:
description: "The port the dynamic proxy will listen on. Defaults to 9090."
description: "The port the dynamic proxy will listen on. Defaults to 443."
required: false
default: "9090"
default: "443"
main-dns-zone:
description:
"The DNS zone is used for exposing services. It is required when using the
Expand Down

0 comments on commit bba3537

Please sign in to comment.