I have a cloudfoundry webservice app, recently it was moved from the public domain to the internal domain(apps.internal), it looks the internal app should be on the port 8080. if I have another app running the public domain, however to set the user-provided-service to access the port 8080.
based on the doc: https://cli.cloudfoundry.org/en-US/v6/create-user-provided-service.html
it just can set the url, username,password, however, there isn't option for port. the url "https://>:8080" isn't accecptable, since as mentioned on the doc: https://docs.cloudfoundry.org/devguide/deploy-apps/routes-domains.html
the internal domain http route for the App just can be on the 80 or 443.
any input would be appreciated, in short, just question, how to create the user-provided-service the app running inside the internal domain.
Thanks,
jason