mirror of
https://gitlab.com/oecis/charts.git
synced 2024-11-15 00:28:59 +00:00
53 lines
2.0 KiB
Markdown
53 lines
2.0 KiB
Markdown
|
# teamspeak3
|
||
|
|
||
|
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.13.7](https://img.shields.io/badge/AppVersion-3.13.7-informational?style=flat-square)
|
||
|
|
||
|
teamspeak3 server
|
||
|
|
||
|
**Homepage:** <http://charts.sandermann.cloud/>
|
||
|
|
||
|
## Maintainers
|
||
|
|
||
|
| Name | Email | Url |
|
||
|
| ---- | ------ | --- |
|
||
|
| ksandermann | <kevin.sandermann@gmail.com> | |
|
||
|
|
||
|
## Source Code
|
||
|
|
||
|
* <https://github.com/ksandermann/helm-charts/blob/master/teamspeak3>
|
||
|
|
||
|
## Values
|
||
|
|
||
|
| Key | Type | Default | Description |
|
||
|
|-----|------|---------|-------------|
|
||
|
| affinity | object | `{}` | |
|
||
|
| configs.allowlist | list | `[]` | |
|
||
|
| extraEnv | list | `[]` | |
|
||
|
| extraVolumeMounts | list | `[]` | |
|
||
|
| extraVolumes | list | `[]` | |
|
||
|
| fullnameOverride | string | `""` | |
|
||
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||
|
| image.repository | string | `"teamspeak"` | |
|
||
|
| image.tag | string | `""` | |
|
||
|
| imagePullSecrets | list | `[]` | |
|
||
|
| nameOverride | string | `""` | |
|
||
|
| nodeSelector | object | `{}` | |
|
||
|
| persistentVolume.accessModes[0] | string | `"ReadWriteOnce"` | |
|
||
|
| persistentVolume.annotations | object | `{}` | |
|
||
|
| persistentVolume.size | string | `"1Gi"` | |
|
||
|
| podAnnotations | object | `{}` | |
|
||
|
| resources.limits.cpu | string | `"250m"` | |
|
||
|
| resources.limits.memory | string | `"512Mi"` | |
|
||
|
| resources.requests.cpu | string | `"100m"` | |
|
||
|
| resources.requests.memory | string | `"256Mi"` | |
|
||
|
| service.file.port | int | `30033` | |
|
||
|
| service.file.type | string | `"ClusterIP"` | |
|
||
|
| service.query.port | int | `10011` | |
|
||
|
| service.query.type | string | `"ClusterIP"` | |
|
||
|
| service.voice.port | int | `9987` | |
|
||
|
| service.voice.type | string | `"ClusterIP"` | |
|
||
|
| tolerations | list | `[]` | |
|
||
|
|
||
|
----------------------------------------------
|
||
|
Autogenerated from chart metadata using [helm-docs v1.11.2](https://github.com/norwoodj/helm-docs/releases/v1.11.2)
|