Search

13.3.8. Group-Overrides

download PDF
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
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.