fixes the default for the database connection option to be pgsql
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# pixelfed
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
A Helm chart for deploying Pixelfed on Kubernetes
|
||||
|
||||
@@ -26,7 +26,7 @@ A Helm chart for deploying Pixelfed on Kubernetes
|
||||
| autoscaling.maxReplicas | int | `100` | |
|
||||
| autoscaling.minReplicas | int | `1` | |
|
||||
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
|
||||
| externalDatabase.connection | string | `"psql"` | options: sqlite mysql pgsql sqlsrv |
|
||||
| externalDatabase.connection | string | `"pgsql"` | options: sqlite mysql pgsql sqlsrv |
|
||||
| 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 |
|
||||
@@ -190,4 +190,4 @@ A Helm chart for deploying Pixelfed on Kubernetes
|
||||
| volumes | list | `[]` | Additional volumes on the output Deployment definition. |
|
||||
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
|
||||
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
|
||||
|
||||
Reference in New Issue
Block a user