Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with using BGD and manual scaling down #90

Open
Shrinidhi2Mee opened this issue Jul 16, 2019 · 0 comments
Open

Issues with using BGD and manual scaling down #90

Shrinidhi2Mee opened this issue Jul 16, 2019 · 0 comments

Comments

@Shrinidhi2Mee
Copy link

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:

image

There is no issue with the port number as captured in the error. It is given as environment variable.

image

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:

  • name: <app_name>
    memory: 4G
    disk_quota: 1G
    buildpack:
    host: <app_name>
    domain:
    instances: 1
    path:
    timeout: 200
    env:
    <env_variables>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant