helm-docs: automated action
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# pixelfed
|
# pixelfed
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
A Helm chart for deploying Pixelfed on Kubernetes
|
A Helm chart for deploying Pixelfed on Kubernetes
|
||||||
|
|
||||||
@@ -26,7 +26,6 @@ A Helm chart for deploying Pixelfed on Kubernetes
|
|||||||
| autoscaling.maxReplicas | int | `100` | |
|
| autoscaling.maxReplicas | int | `100` | |
|
||||||
| autoscaling.minReplicas | int | `1` | |
|
| autoscaling.minReplicas | int | `1` | |
|
||||||
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
|
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
|
||||||
| externalDatabase.connection | string | `"pgsql"` | options: sqlite mysql pgsql sqlsrv |
|
|
||||||
| externalDatabase.database | string | `"pixelfed"` | |
|
| externalDatabase.database | string | `"pixelfed"` | |
|
||||||
| externalDatabase.enabled | bool | `false` | enable using an external mysql or postgresql cluster |
|
| externalDatabase.enabled | bool | `false` | enable using an external mysql or postgresql cluster |
|
||||||
| externalDatabase.existingSecret | string | `""` | get database credentials from an existing Kubernetes Secret |
|
| externalDatabase.existingSecret | string | `""` | get database credentials from an existing Kubernetes Secret |
|
||||||
@@ -77,7 +76,8 @@ A Helm chart for deploying Pixelfed on Kubernetes
|
|||||||
| pixelfed.app.name | string | `"Pixelfed"` | The name of your server/instance |
|
| pixelfed.app.name | string | `"Pixelfed"` | The name of your server/instance |
|
||||||
| pixelfed.app.url | string | `"https://localhost"` | change this to the domain of your pixelfed instance |
|
| pixelfed.app.url | string | `"https://localhost"` | change this to the domain of your pixelfed instance |
|
||||||
| pixelfed.atom_feeds | string | `"true"` | https://docs.pixelfed.org/technical-documentation/config/#atom_feeds |
|
| pixelfed.atom_feeds | string | `"true"` | https://docs.pixelfed.org/technical-documentation/config/#atom_feeds |
|
||||||
| pixelfed.db_apply_new_migrations_automatically | bool | `false` | |
|
| pixelfed.db.apply_new_migrations_automatically | bool | `false` | |
|
||||||
|
| pixelfed.db.connection | string | `"pgsql"` | options: sqlite mysql pgsql sqlsrv |
|
||||||
| pixelfed.enable_config_cache | bool | `true` | Enable the config cache to allow you to manage settings via the admin dashboard |
|
| pixelfed.enable_config_cache | bool | `true` | Enable the config cache to allow you to manage settings via the admin dashboard |
|
||||||
| pixelfed.enforce_email_verification | bool | `true` | Enforce email verification |
|
| pixelfed.enforce_email_verification | bool | `true` | Enforce email verification |
|
||||||
| pixelfed.exp_emc | bool | `true` | Experimental Configuration |
|
| pixelfed.exp_emc | bool | `true` | Experimental Configuration |
|
||||||
@@ -192,4 +192,4 @@ A Helm chart for deploying Pixelfed on Kubernetes
|
|||||||
| volumes | list | `[]` | Additional volumes on the output Deployment definition. |
|
| volumes | list | `[]` | Additional volumes on the output Deployment definition. |
|
||||||
|
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
|
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user