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

Allow to scale up the operator pods by using the Helm Chart #1881

Merged
merged 6 commits into from
Jul 3, 2024

Conversation

sbilque
Copy link
Contributor

@sbilque sbilque commented May 28, 2024

SUMMARY

This PR allows to change then number of operator instance by using the Helm Chart.

ISSUE TYPE
  • New or Enhanced Feature
ADDITIONAL INFORMATION
  • This feature is controled with the Operator.replicas parameter. By default, le number of replicas is 1.
  • The ability to change the number of operator replicas is useful when the deployment tool policies are configured to require a number of pods greater than 1 to ensure high availability.

Example configuration of operator replicas:

AWX:
  enabled: false
  ...
Operator:
  replicas: 2

@jessicamack jessicamack enabled auto-merge (squash) July 3, 2024 18:24
@jessicamack jessicamack merged commit 0444ae3 into ansible:devel Jul 3, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants