13.3.8. Group-Overrides
By default, each cartridge in a scalable application resides on its own gear within its own group instance.
Group-Overrides
can be used when you wish to have two cartridges located on the same set of gears. For example, if you create a cron
cartridge and wish to collocate that with a web_framework
category cartridge, you can do so as shown in the following example.
Example 13.7. Group-Overrides
with cron
and web_framework
Cartridges
Group-Overrides: - components: - web_framework - cron
In cases where you wish to collocate a
web_framework
category cartridge with a web_proxy
category cartridge, you can do so as shown in the following example.
Example 13.8. Group-Overrides
with web_framework
and web_proxy
Cartridges
Group-Overrides: - components: - web_proxy - web_framework