From a7f81d8b35eecf406099bd326d7e6f8b51c90e14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 19 Jan 2025 10:44:32 +0000 Subject: [PATCH] helm-docs: automated action --- charts/pixelfed/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/pixelfed/README.md b/charts/pixelfed/README.md index 20eae6a..72ae678 100644 --- a/charts/pixelfed/README.md +++ b/charts/pixelfed/README.md @@ -22,10 +22,10 @@ A Helm chart for deploying Pixelfed on Kubernetes | Key | Type | Default | Description | |-----|------|---------|-------------| | affinity | object | `{}` | set affinity to specific nodes or nodegroups | -| autoscaling.enabled | bool | `false` | | -| autoscaling.maxReplicas | int | `100` | | -| autoscaling.minReplicas | int | `1` | | -| autoscaling.targetCPUUtilizationPercentage | int | `80` | | +| autoscaling.enabled | bool | `false` | enable autoscaling. more information can be found [here](https://kubernetes.io/docs/concepts/workloads/autoscaling/) | +| autoscaling.maxReplicas | int | `100` | max replicas to scale up to | +| autoscaling.minReplicas | int | `1` | minimum replicas to always keep up | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | CPU limit a pod needs to hit to start autoscaling new pods | | externalDatabase.database | string | `"pixelfed"` | | | externalDatabase.enabled | bool | `false` | enable using an external mysql or postgresql cluster | | externalDatabase.existingSecret | string | `""` | get database credentials from an existing Kubernetes Secret |