Skip to content

Commit

Permalink
add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Mar 21, 2024
1 parent a2e4d84 commit 926b1e5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/helm/autoscaling.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Alfresco components auto-scaling

`alfresco-content-services` can leverage Kubernetes HorinzontalPodAutoscaling
provided by individual Alfresco components. This means that you can add more
instances of the same service to handle more load. This is a common pattern in
cloud environments, where you can add more instances of a service to handle
more load, and remove instances when the load decreases.
This document aims at providing a details on configuring each of the components
which support HPA.

## Alfresco Repository

Refer to the
[alfresco-repository auto-scaling
documentation](https://github.com/Alfresco/alfresco-helm-charts/blob/main/charts/alfresco-repository/docs/autoscaling.md)
for a detailed guide on Alfresco repository auto-scaling configuration and
implications.

0 comments on commit 926b1e5

Please sign in to comment.