|
| 1 | +# bonfire |
| 2 | + |
| 3 | +   |
| 4 | + |
| 5 | +A Helm chart for deploying bonfire on Kubernetes |
| 6 | + |
| 7 | +**Homepage:** <https://bonfirenetworks.org/> |
| 8 | + |
| 9 | +## Source Code |
| 10 | + |
| 11 | +* <https://github.com/sciety/bonfire-helm-chart/tree/main/charts/bonfire> |
| 12 | + |
| 13 | +## Values |
| 14 | + |
| 15 | +| Key | Type | Default | Description | |
| 16 | +|-----|------|---------|-------------| |
| 17 | +| affinity | object | `{}` | | |
| 18 | +| autoscaling.enabled | bool | `false` | | |
| 19 | +| autoscaling.maxReplicas | int | `100` | | |
| 20 | +| autoscaling.minReplicas | int | `1` | | |
| 21 | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | |
| 22 | +| extraEnv | object | `{}` | | |
| 23 | +| extraEnvFrom | list | `[]` | | |
| 24 | +| fullnameOverride | string | `""` | | |
| 25 | +| image.arch | string | `"amd64"` | | |
| 26 | +| image.flavour | string | `"social"` | | |
| 27 | +| image.pullPolicy | string | `"IfNotPresent"` | | |
| 28 | +| image.repository | string | `"bonfirenetworks/bonfire"` | | |
| 29 | +| image.version | string | `nil` | | |
| 30 | +| imagePullSecrets | list | `[]` | | |
| 31 | +| ingress.annotations | object | `{}` | | |
| 32 | +| ingress.className | string | `""` | | |
| 33 | +| ingress.enabled | bool | `false` | | |
| 34 | +| ingress.hosts[0].host | string | `"bonfire-test.local"` | | |
| 35 | +| ingress.hosts[0].paths[0].path | string | `"/"` | | |
| 36 | +| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | |
| 37 | +| ingress.tls | list | `[]` | | |
| 38 | +| livenessProbe.httpGet.path | string | `"/dashboard"` | | |
| 39 | +| livenessProbe.httpGet.port | string | `"http"` | | |
| 40 | +| nameOverride | string | `""` | | |
| 41 | +| nodeSelector | object | `{}` | | |
| 42 | +| podAnnotations | object | `{}` | | |
| 43 | +| podLabels | object | `{}` | | |
| 44 | +| podSecurityContext | object | `{}` | | |
| 45 | +| postgres.db | string | `"postgres"` | | |
| 46 | +| postgres.host | string | `nil` | | |
| 47 | +| postgres.password | string | `"postgres"` | | |
| 48 | +| postgres.user | string | `"postgres"` | | |
| 49 | +| readinessProbe.httpGet.path | string | `"/dashboard"` | | |
| 50 | +| readinessProbe.httpGet.port | string | `"http"` | | |
| 51 | +| replicaCount | int | `1` | | |
| 52 | +| resources | object | `{}` | | |
| 53 | +| secrets.existingAppSecret | string | `nil` | | |
| 54 | +| securityContext | object | `{}` | | |
| 55 | +| service.port | int | `4000` | | |
| 56 | +| service.type | string | `"ClusterIP"` | | |
| 57 | +| serviceAccount.annotations | object | `{}` | | |
| 58 | +| serviceAccount.automount | bool | `true` | | |
| 59 | +| serviceAccount.create | bool | `true` | | |
| 60 | +| serviceAccount.name | string | `""` | | |
| 61 | +| tolerations | list | `[]` | | |
| 62 | +| volumeMounts | list | `[]` | | |
| 63 | +| volumes | list | `[]` | | |
| 64 | + |
| 65 | +---------------------------------------------- |
| 66 | +Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) |
0 commit comments