You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use cloud foundry to deploy my code using IBM’s Bluemix. I wish to manually manage scaling up and scaling down of instances of an application. I have an external script running to manage this process.
I'm unable to perform BGD.I have started facing problem from the time this manual scaling was integrated.
I use cloud foundry to deploy my code using IBM’s Bluemix. I wish to manually manage scaling up and scaling down of instances of an application. I have an external script running to manage this process.
I'm unable to perform BGD.I have started facing problem from the time this manual scaling was integrated.
Command used:
bx cf bgd <app_name> -f ./<file_name>.yml
ISSUE:
There is no issue with the port number as captured in the error. It is given as environment variable.
Note:
Push works without any issue.
bx cf push <app_name> -f ./<file_name>.yml
It would be great if you could help me sort this out!
Contents of manifest.yml
applications:
memory: 4G
disk_quota: 1G
buildpack:
host: <app_name>
domain:
instances: 1
path:
timeout: 200
env:
<env_variables>
The text was updated successfully, but these errors were encountered: