pulumi / tutorial-pulumi-fundamentals

Apache License 2.0
12 stars 10 forks source link

Port for frontend is hardcoded #8

Closed scottslowe closed 1 year ago

scottslowe commented 1 year ago

What happened?

I attempted to configure the frontend to listen on a different port (as instructed by the information in the "Building with Pulumi" Learn pathway) and the application stopped working.

Steps to reproduce

Work through the "Pulumi Fundamentals" and "Building with Pulumi" Learn pathways. When working with the staging stack, configure the frontendPort to 3002 as instructed. Although pulumi up will succeed, the application will be unreachable on port 3002.

Expected Behavior

I expected the application to listen on the configured port.

Actual Behavior

The application is hardcoded to only work on port 3001.

Output of pulumi about

N/A

Additional context

None

Contributing

Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).