Add support for separate Horizon deployment

This commit is contained in:
holysoles
2025-01-22 20:06:21 -06:00
parent cf128bf9d4
commit 5fb13fe030
7 changed files with 288 additions and 6 deletions
+2 -2
View File
@@ -105,6 +105,8 @@ A Helm chart for deploying Pixelfed on Kubernetes
| pixelfed.force_https_urls | bool | `true` | Force https url generation |
| pixelfed.horizon.dark_mode | bool | `false` | darkmode for the web interface in the admin panel |
| pixelfed.horizon.prefix | string | `"horizon-"` | prefix will be used when storing all Horizon data in Redis |
| pixelfed.horizon.replicas | int | `1` | Number of replicas for the Horizon deployment when running separately. Ignored if autoscaling is enabled. |
| pixelfed.horizon.separate_deployment | bool | `false` | Enable running Laravel Horizon in a separate deployment. Allow to scale the backend queue workers independently. |
| pixelfed.image_driver | string | `"gd"` | library to process images. options: "gd" (default), "imagick" |
| pixelfed.image_quality | int | `80` | Set the image optimization quality, between 1-100. Lower uses less space, higher more quality |
| pixelfed.instance.contact_email | string | `""` | The public contact email for your server |
@@ -218,5 +220,3 @@ A Helm chart for deploying Pixelfed on Kubernetes
| valkey.tls.autoGenerated | bool | `false` | |
| valkey.tls.enabled | bool | `false` | |
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)