Skip to content

Commit

Permalink
OPSEXP-2528: fix jekyll workflow (#311)
Browse files Browse the repository at this point in the history
Co-authored-by: Giovanni Toraldo <[email protected]>
  • Loading branch information
alxgomz and gionn authored Jun 6, 2024
1 parent 54f87d4 commit f35d4fa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ on:
- _config.yml
- Gemfile*
- charts/**/README.md
- charts/**/docs/**.md
workflow_run:
workflows: [Release Charts]
types: [completed]

jobs:
publish:
uses: Alfresco/jekyll-build-tools/.github/workflows/jekyll-publish.yml@f6f1df9a2144fb76132602180732c456ddc13f3e
uses: Alfresco/jekyll-build-tools/.github/workflows/jekyll-publish.yml@5ee00079dbc774857cafa61054385d98a6f52374
if: github.event_name == 'pull_request' || github.event.workflow_run.conclusion == 'success'
with:
working-directory: .
Expand Down
8 changes: 4 additions & 4 deletions charts/alfresco-transform-service/docs/autoscaling.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ATS Autoscaling
parent: alfresco-transform-service
title: Autoscaling
parent: Alfresco Transform Service
grand_parent: Guides
---

Expand Down Expand Up @@ -34,7 +34,7 @@ with peak load or spare resources on low level of utilization while also
minimizing the number of scaling events because changing the cluster topology
means additional computation.

### Default behaviour:
### Default behaviour

Without any further configuration scaling would happen as follow:

Expand All @@ -59,7 +59,7 @@ Alfresco on Kubernetes.

Below are ways to tweak the auto scaling behaviour for your own setup.

#### Settings the CPU resources correctly.
#### Settings the CPU resources correctly

CPU Resources request is the basis of calculation for the cluster to trigger
scaling events. It is then very important to make sure it is set appropriately
Expand Down
5 changes: 5 additions & 0 deletions docs/guides/alfresco-transform-service.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Alfresco Transform Service
parent: Guides
has_children: true
---

0 comments on commit f35d4fa

Please sign in to comment.