mirror of
https://gitlab.com/oecis/charts.git
synced 2024-11-15 00:28:59 +00:00
.. | ||
docs | ||
templates | ||
.helmignore | ||
Chart.yaml | ||
LICENSE | ||
OWNERS | ||
README.md | ||
values.yaml |
teamspeak3
teamspeak3 server
Homepage: https://www.teamspeak.com/en/
Source Code
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.13.1