0
votes

I have an openshift free plan account, and I am running 2 applications. The first one with 2 gears (for PHP and Web Load Balancer) and another application with 1 gear (for PHP).

Now, i out of free gears. My question is:

How to remove 'Web Load Balancer' from my first application ?

(I need remove 'Web Load Balancer' to save a gear for another catridge which i will install later)

1

1 Answers

0
votes

The web load balancer should not consume another gear. It should rather scale your app according to the limits that are set. Perhaps you want to limit the number of gears it scales the app over to one gear max only?

Or maybe you have a database cartridge attached to your app, which would be accommodated on a separate gear indeed, in case of a scalable application.

In any case, if you want to remove the web load balancer from your app, I'm afraid you will need to delete the app and recreate it as non-scalable. Before deleting the app, you probably want to back it up first.