Skip to content

Commit a606462

Browse files
helm-docs: automated action
1 parent 295aa69 commit a606462

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

charts/pixelfed/README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pixelfed
22

3-
![Version: 0.4.2](https://img.shields.io/badge/Version-0.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.12.3-nginx](https://img.shields.io/badge/AppVersion-v0.12.3--nginx-informational?style=flat-square)
3+
![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.12.3-nginx](https://img.shields.io/badge/AppVersion-v0.12.3--nginx-informational?style=flat-square)
44

55
A Helm chart for deploying Pixelfed on Kubernetes
66

@@ -55,14 +55,13 @@ A Helm chart for deploying Pixelfed on Kubernetes
5555
| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. |
5656
| 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/ |
5757
| 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 |
6060
| ingress.hosts[0].host | string | `"chart-example.local"` | |
6161
| ingress.hosts[0].paths[0].path | string | `"/"` | |
6262
| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | |
6363
| 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/ |
6665
| nameOverride | string | `""` | This is to override the chart name. |
6766
| nodeSelector | object | `{}` | |
6867
| 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
157156
| 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 |
158157
| postgresql.fullnameOverride | string | `"postgresql"` | |
159158
| 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/ |
162160
| 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 |
164162
| securityContext | object | `{}` | |
165163
| 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 |
166164
| service.targetPort | int | `80` | Port to attach to on the pods. Also sets what port nginx listens on inside the container. |

0 commit comments

Comments
 (0)