Skip to content

Commit 27cac54

Browse files
helm-docs: automated action
1 parent af74548 commit 27cac54

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

charts/peertube/README.md

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

3-
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.0](https://img.shields.io/badge/AppVersion-0.0.0-informational?style=flat-square)
3+
![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.0](https://img.shields.io/badge/AppVersion-0.0.0-informational?style=flat-square)
44

5-
A peertube Helm chart for Kubernetes
5+
A Helm chart for deploying PeerTube on Kubernetes
66

77
## Maintainers
88

@@ -61,7 +61,6 @@ A peertube Helm chart for Kubernetes
6161
| initcontainers | object | `{}` | extra init containers for the default deployment |
6262
| livenessProbe | object | `{"httpGet":{"path":"/","port":"peertube"}}` | enable livenessProbe for the deployment |
6363
| nameOverride | string | `""` | |
64-
| nodeSelector | object | `{}` | node selector for deployment |
6564
| peertube.admin.email | string | `""` | email address of peertube admin user |
6665
| peertube.admin.existingSecret | string | `""` | use an existing Kubernetes Secret for Peertube's admin credentials |
6766
| peertube.admin.existingSecretKeys.email | string | `""` | a key in an existing Kubernetes Secret for Peertube's admin user email |
@@ -105,6 +104,12 @@ A peertube Helm chart for Kubernetes
105104
| peertube.webserver_hostname | string | `"chart-example.local"` | set peertube's hostname |
106105
| peertube.webserver_https | bool | `true` | enable https for peertube web frontend |
107106
| peertube.webserver_port | int | `443` | set peertube's port |
107+
| persistence.accessModes | list | `[]` | access mode of the persistent volume claim, e.g. ReadWriteOnce |
108+
| persistence.annotations | object | `{}` | annotations to apply to the persistent volume claim |
109+
| persistence.enabled | bool | `false` | enable using a persistent volume claim |
110+
| persistence.existingClaim | string | `""` | use an exisitng persistent volume claim |
111+
| persistence.storage | string | `"10Gi"` | size of the persistent volume claim |
112+
| persistence.storageClassName | string | `""` | storage class of the persistent volume claim |
108113
| podAnnotations | object | `{}` | extra pod annotations for the deployment |
109114
| podLabels | object | `{}` | extra pod labels for the deployment |
110115
| podSecurityContext | object | `{}` | pod securityContext deployment's main container |

0 commit comments

Comments
 (0)