-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OPSEXP-2526: bump alfresco-repository to allow repo hpa and add tests (…
- Loading branch information
Showing
18 changed files
with
140 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,35 +32,35 @@ jobs: | |
name: Helm charts dependencies | ||
if: inputs.update-type == 'charts' | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
with: | ||
token: ${{ secrets.BOT_GITHUB_TOKEN }} | ||
|
||
- name: Login to quay.io | ||
uses: docker/login-action@v3 | ||
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 | ||
with: | ||
registry: quay.io | ||
username: ${{ secrets.QUAY_USERNAME }} | ||
password: ${{ secrets.QUAY_PASSWORD }} | ||
|
||
- name: Install Updatecli | ||
uses: updatecli/updatecli-action@v2 | ||
uses: updatecli/updatecli-action@9b35aa663a924d5d5faf89dac76594e3034bcf1f # v2.56.0 | ||
with: | ||
version: ${{ env.UPDATE_CLI_VERSION }} | ||
|
||
- run: updatecli apply | ||
env: | ||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||
|
||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.13.1 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.20.0 | ||
- name: Regenerate helm docs if necessary | ||
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.13.1 | ||
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.20.0 | ||
with: | ||
pre-commit-args: helm-docs || true | ||
skip_checkout: "true" | ||
|
||
- name: Git Auto Commit | ||
uses: stefanzweifel/[email protected] | ||
uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5.0.0 | ||
with: | ||
commit_message: | | ||
🛠 Updatecli pipeline charts bump | ||
|
@@ -76,17 +76,17 @@ jobs: | |
if: inputs.update-type == 'values' | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
with: | ||
token: ${{ secrets.BOT_GITHUB_TOKEN }} | ||
|
||
- name: Install Updatecli | ||
uses: updatecli/updatecli-action@v2 | ||
uses: updatecli/updatecli-action@9b35aa663a924d5d5faf89dac76594e3034bcf1f # v2.56.0 | ||
with: | ||
version: ${{ env.UPDATE_CLI_VERSION }} | ||
|
||
- name: Checkout updatecli configs | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
with: | ||
repository: alfresco/alfresco-updatecli | ||
ref: ${{ inputs.alfresco-updatecli-ref || env.DEFAULT_BRANCH_NAME }} | ||
|
@@ -107,15 +107,15 @@ jobs: | |
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }} | ||
UPDATECLI_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} | ||
|
||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.13.1 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.20.0 | ||
- name: Regenerate helm docs if necessary | ||
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.13.1 | ||
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.20.0 | ||
with: | ||
pre-commit-args: helm-docs || true | ||
skip_checkout: "true" | ||
|
||
- name: Git Auto Commit | ||
uses: stefanzweifel/[email protected] | ||
uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5.0.0 | ||
with: | ||
commit_message: | | ||
🛠 Updatecli pipeline values bump | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.