|
1 | 1 | # pixelfed |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | A Helm chart for deploying Pixelfed on Kubernetes |
6 | 6 |
|
@@ -61,7 +61,7 @@ A Helm chart for deploying Pixelfed on Kubernetes |
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 | `"/"` | | |
| 64 | +| livenessProbe.httpGet.path | string | `"/api/service/health-check"` | | |
65 | 65 | | livenessProbe.httpGet.port | string | `"http"` | | |
66 | 66 | | nameOverride | string | `""` | This is to override the chart name. | |
67 | 67 | | nodeSelector | object | `{}` | | |
@@ -156,7 +156,7 @@ A Helm chart for deploying Pixelfed on Kubernetes |
156 | 156 | | podSecurityContext | object | `{}` | | |
157 | 157 | | postgresql.enabled | bool | `true` | enable the bundled postgresql sub chart from Bitnami. Must set to true if externalDatabase.enabled=false | |
158 | 158 | | postgresql.fullnameOverride | string | `"postgresql"` | | |
159 | | -| readinessProbe.httpGet.path | string | `"/"` | | |
| 159 | +| readinessProbe.httpGet.path | string | `"/api/service/health-check"` | | |
160 | 160 | | readinessProbe.httpGet.port | string | `"http"` | | |
161 | 161 | | replicaCount | int | `1` | This will set the replicaset count more information can be found here: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/ | |
162 | 162 | | resources | object | `{}` | | |
|
0 commit comments