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

feat: add autoscaling to web and worker pods #73

Merged
merged 8 commits into from
Jul 30, 2022
Merged

Conversation

vishnu-narayanan
Copy link
Member

@vishnu-narayanan vishnu-narayanan commented Jul 29, 2022

Fixes #72

Description

  • add hpa support for web and worker deployments
  • autoscale the pods when average CPU utilisation is above 75%
  • set default Redis replica count to 1 from 3

Type of change

  • feature: add support for horizontal pod autoscaling

How Has This Been Tested?

  • Tested installation against a fresh k8s cluster
  • Tested upgrade against a k8s cluster running Chatwoot v2.7.0

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have updated the docs
    
    
    

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

Successfully merging this pull request may close these issues.

add support for horizontal pod autoscaler
1 participant