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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,9 +78,11 @@ A Helm chart for deploying Pixelfed on Kubernetes
78
78
| mariadb.enabled | bool |`false`| enable mariadb subchart - currently experimental for this chart read more about the values: https://github.com/bitnami/charts/tree/main/bitnami/mariadb|
79
79
| nameOverride | string |`""`| This is to override the chart name. |
80
80
| nodeSelector | object |`{}`| put the pixelfed pod on a specific node/nodegroup |
81
+
| persistence.accessModes | list |`["ReadWriteOnce"]`| accessMode |
81
82
| persistence.enabled | bool |`false`| enable persistence for the pixelfed pod |
82
83
| persistence.existingClaim | string |`""`| using an existing PVC instead of creating one with this chart |
83
84
| persistence.storage | string |`"2Gi"`| size of the persistent volume claim to create. Tgnored if persistence.existingClaim is set |
85
+
| persistence.storageClassName | string |`""`| storage class name |
84
86
| phpConfigs | object |`{}`| PHP Configuration files Will be injected in /usr/local/etc/php-fpm.d |
85
87
| pixelfed.account_deletion | bool |`true`| Enable account deletion (may be a requirement in some jurisdictions) |
0 commit comments