|
1 | 1 | # pixelfed |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | A Helm chart for deploying Pixelfed on Kubernetes |
6 | 6 |
|
@@ -172,21 +172,22 @@ A Helm chart for deploying Pixelfed on Kubernetes |
172 | 172 | | valkey.auth.enabled | bool | `true` | | |
173 | 173 | | valkey.auth.existingSecret | string | `""` | | |
174 | 174 | | valkey.auth.existingSecretPasswordKey | string | `"password"` | | |
175 | | -| valkey.auth.metrics.enabled | bool | `false` | | |
176 | | -| valkey.auth.persistentVolumeClaimRetentionPolicy.enabled | bool | `true` | | |
177 | | -| valkey.auth.persistentVolumeClaimRetentionPolicy.whenDeleted | string | `"Retain"` | | |
178 | | -| valkey.auth.persistentVolumeClaimRetentionPolicy.whenScaled | string | `"Retain"` | | |
179 | | -| valkey.auth.primary.persistence.enabled | bool | `true` | | |
180 | | -| valkey.auth.primary.persistence.existingClaim | string | `""` | | |
181 | | -| valkey.auth.replica.persistence.enabled | bool | `true` | | |
182 | | -| valkey.auth.replica.persistence.existingClaim | string | `""` | | |
183 | | -| valkey.auth.resourcesPreset | string | `"small"` | | |
184 | | -| valkey.auth.tls.authClients | bool | `true` | | |
185 | | -| valkey.auth.tls.autoGenerated | bool | `false` | | |
186 | | -| valkey.auth.tls.enabled | bool | `false` | | |
187 | 175 | | valkey.enabled | bool | `true` | enable the bundled valkey sub chart from Bitnami. Must set to true if externalValkey.enabled=false | |
188 | 176 | | valkey.fullnameOverride | string | `"valkey"` | | |
189 | 177 | | valkey.global.storageClass | string | `""` | | |
| 178 | +| valkey.metrics.enabled | bool | `false` | we use a grafana exporter that logs into valkey directly, but you can enable this if you don't use that | |
| 179 | +| valkey.persistentVolumeClaimRetentionPolicy.enabled | bool | `true` | | |
| 180 | +| valkey.persistentVolumeClaimRetentionPolicy.whenDeleted | string | `"Retain"` | | |
| 181 | +| valkey.persistentVolumeClaimRetentionPolicy.whenScaled | string | `"Retain"` | | |
| 182 | +| valkey.primary.disableCommands | list | `["FLUSHALL"]` | Laravel requires the ability to call FLUSHDB, which is disabled by default | |
| 183 | +| valkey.primary.persistence.enabled | bool | `true` | | |
| 184 | +| valkey.primary.persistence.existingClaim | string | `""` | | |
| 185 | +| valkey.replica.persistence.enabled | bool | `true` | | |
| 186 | +| valkey.replica.persistence.existingClaim | string | `""` | | |
| 187 | +| valkey.resourcesPreset | string | `"small"` | definitions: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15 Options: nano, micro, small, medium, large, xlarge, 2xlarge default: nano | |
| 188 | +| valkey.tls.authClients | bool | `true` | | |
| 189 | +| valkey.tls.autoGenerated | bool | `false` | | |
| 190 | +| valkey.tls.enabled | bool | `false` | | |
190 | 191 | | volumeMounts | list | `[]` | Additional volumeMounts on the output Deployment definition. | |
191 | 192 | | volumes | list | `[]` | Additional volumes on the output Deployment definition. | |
192 | 193 |
|
|
0 commit comments