|
1 | 1 | # pixelfed |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | A Helm chart for deploying Pixelfed on Kubernetes |
6 | 6 |
|
@@ -50,7 +50,7 @@ A Helm chart for deploying Pixelfed on Kubernetes |
50 | 50 | | externalValkey.scheme | string | `"tcp"` | | |
51 | 51 | | extraContainers | list | `[]` | set sidecar containers to run along side the pixelfed container | |
52 | 52 | | extraEnv | list | `[]` | template out extra environment variables | |
53 | | -| extraEnvFrom | list | `[]` | template out extra environment variables e.g. ConfigMaps or Secrets | |
| 53 | +| extraEnvFrom | list | `[]` | template out extra environment variables e.g. from ConfigMaps or Secrets | |
54 | 54 | | extraInitContainers | list | `[]` | set extra init containers | |
55 | 55 | | extraVolumeMounts | list | `[]` | Additional volumeMounts on the output Deployment definition | |
56 | 56 | | extraVolumes | list | `[]` | Additional volumes on the output Deployment definition | |
@@ -185,6 +185,7 @@ A Helm chart for deploying Pixelfed on Kubernetes |
185 | 185 | | postgresql.enabled | bool | `true` | enable the bundled [postgresql sub chart from Bitnami](https://github.com/bitnami/charts/blob/main/bitnami/postgresql/README.md#parameters). Must set to true if externalDatabase.enabled=false | |
186 | 186 | | postgresql.fullnameOverride | string | `"postgresql"` | | |
187 | 187 | | postgresql.global.storageClass | string | `""` | | |
| 188 | +| postgresql.volumePermissions.enabled | bool | `false` | If you get "mkdir: cannot create directory ‘/bitnami/postgresql/data’: Permission denied" error, set these (This often happens on setups like minikube) | |
188 | 189 | | readinessProbe | object | `{}` | This is to setup the readiness probe more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/ | |
189 | 190 | | replicaCount | int | `1` | This will set the replicaset count more information can be found here: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/ | |
190 | 191 | | resources | object | `{}` | set resource limits and requests for cpu, memory, and ephemeral storage | |
|
0 commit comments