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
@@ -52,6 +52,8 @@ A Helm chart for deploying Pixelfed on Kubernetes
52
52
| extraEnv | list |`[]`| template out extra environment variables from ConfigMaps or Secrets |
53
53
| extraEnvFrom | list |`[]`| template out extra enviornment variables |
54
54
| extraInitContainers | list |`[]`| set extra init containers |
55
+
| extraVolumeMounts | list |`[]`| Additional volumeMounts on the output Deployment definition |
56
+
| extraVolumes | list |`[]`| Additional volumes on the output Deployment definition |
55
57
| fullnameOverride | string |`""`| This is to override the chart name, but used in more places |
56
58
| image.pullPolicy | string |`"IfNotPresent"`| This sets the pull policy for images. |
57
59
| image.registry | string |`"ghcr.io"`||
@@ -68,6 +70,7 @@ A Helm chart for deploying Pixelfed on Kubernetes
68
70
| livenessProbe | object |`{}`| This is to setup the liveness probe more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/|
69
71
| nameOverride | string |`""`| This is to override the chart name. |
70
72
| nodeSelector | object |`{}`| put the pixelfed pod on a specific node/nodegroup |
73
+
| phpConfigs | object |`{}`| PHP Configuration files Will be injected in /usr/local/etc/php-fpm.d |
71
74
| pixelfed.account_deletion | bool |`true`| Enable account deletion (may be a requirement in some jurisdictions) |
0 commit comments