|
1 | 1 | # pixelfed |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | A Helm chart for deploying Pixelfed on Kubernetes |
6 | 6 |
|
@@ -55,14 +55,13 @@ A Helm chart for deploying Pixelfed on Kubernetes |
55 | 55 | | image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. | |
56 | 56 | | imagePullSecrets | list | `[]` | This is for the secretes for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ | |
57 | 57 | | ingress.annotations | object | `{}` | | |
58 | | -| ingress.className | string | `""` | | |
59 | | -| ingress.enabled | bool | `false` | | |
| 58 | +| ingress.className | string | `""` | ingress class name, e.g. nginx | |
| 59 | +| ingress.enabled | bool | `false` | enable deploy an Ingress resource - network traffic from outside the cluster | |
60 | 60 | | ingress.hosts[0].host | string | `"chart-example.local"` | | |
61 | 61 | | ingress.hosts[0].paths[0].path | string | `"/"` | | |
62 | 62 | | ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | |
63 | 63 | | ingress.tls | list | `[]` | | |
64 | | -| livenessProbe.httpGet.path | string | `"/api/service/health-check"` | | |
65 | | -| livenessProbe.httpGet.port | string | `"http"` | | |
| 64 | +| 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/ | |
66 | 65 | | nameOverride | string | `""` | This is to override the chart name. | |
67 | 66 | | nodeSelector | object | `{}` | | |
68 | 67 | | pixelfed.account_deletion | bool | `true` | Enable account deletion (may be a requirement in some jurisdictions) | |
@@ -157,10 +156,9 @@ A Helm chart for deploying Pixelfed on Kubernetes |
157 | 156 | | 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 | |
158 | 157 | | postgresql.fullnameOverride | string | `"postgresql"` | | |
159 | 158 | | postgresql.global.storageClass | string | `""` | | |
160 | | -| readinessProbe.httpGet.path | string | `"/api/service/health-check"` | | |
161 | | -| readinessProbe.httpGet.port | string | `"http"` | | |
| 159 | +| 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 | 160 | | replicaCount | int | `1` | This will set the replicaset count more information can be found here: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/ | |
163 | | -| resources | object | `{}` | | |
| 161 | +| resources | object | `{}` | set resource limits and requests for cpu, memory, and ephemeral storage | |
164 | 162 | | securityContext | object | `{}` | | |
165 | 163 | | 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 | 164 | | service.targetPort | int | `80` | Port to attach to on the pods. Also sets what port nginx listens on inside the container. | |
|
0 commit comments