|
1 | 1 | # pixelfed |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | A Helm chart for deploying Pixelfed on Kubernetes |
6 | 6 |
|
@@ -48,7 +48,7 @@ A Helm chart for deploying Pixelfed on Kubernetes |
48 | 48 | | externalValkey.password | string | `"null"` | | |
49 | 49 | | externalValkey.port | string | `"6379"` | | |
50 | 50 | | externalValkey.scheme | string | `"tcp"` | | |
51 | | -| fullnameOverride | string | `""` | | |
| 51 | +| fullnameOverride | string | `""` | This is to override the chart name, but used in more places | |
52 | 52 | | image.pullPolicy | string | `"IfNotPresent"` | This sets the pull policy for images. | |
53 | 53 | | image.registry | string | `"ghcr.io"` | | |
54 | 54 | | image.repository | string | `"mattlqx/docker-pixelfed"` | | |
@@ -161,6 +161,7 @@ A Helm chart for deploying Pixelfed on Kubernetes |
161 | 161 | | 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/ | |
162 | 162 | | replicaCount | int | `1` | This will set the replicaset count more information can be found here: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/ | |
163 | 163 | | resources | object | `{}` | set resource limits and requests for cpu, memory, and ephemeral storage | |
| 164 | +| revisionHistoryLimit | int | `10` | how many revisions of the deployment to keep for rollbacks | |
164 | 165 | | securityContext | object | `{}` | | |
165 | 166 | | service.port | int | `80` | This sets the ports more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#field-spec-ports | |
166 | 167 | | service.targetPort | int | `80` | Port to attach to on the pods. Also sets what port nginx listens on inside the container. | |
|
0 commit comments