You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/pixelfed/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,8 +49,8 @@ A Helm chart for deploying Pixelfed on Kubernetes
49
49
| externalValkey.port | string |`"6379"`||
50
50
| externalValkey.scheme | string |`"tcp"`||
51
51
| extraContainers | list |`[]`| set sidecar containers to run along side the pixelfed container |
52
-
| extraEnv | list |`[]`| template out extra environment variables from ConfigMaps or Secrets |
53
-
| extraEnvFrom | list |`[]`| template out extra enviornment variables |
52
+
| extraEnv | list |`[]`| template out extra environment variables |
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 |
@@ -187,6 +187,7 @@ A Helm chart for deploying Pixelfed on Kubernetes
187
187
| 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 |
| 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) |
190
191
| 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/|
191
192
| replicaCount | int |`1`| This will set the replicaset count more information can be found here: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/|
192
193
| resources | object |`{}`| set resource limits and requests for cpu, memory, and ephemeral storage |
0 commit comments