feat: Add application port configuration
During deployment of the passwords-api infrastructure, errors were encountered due to the default port setting. Specifically, the default STARTUP TCP probe failed on port 8080
. This update changes the default port to 8080
to align with deployment requirements and resolve the startup probe errors.