oecis-charts/charts/gate/README.md

45 lines
1.8 KiB
Markdown
Raw Normal View History

2023-10-08 13:37:34 +00:00
# gate
2024-02-24 12:56:10 +00:00
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.36.7](https://img.shields.io/badge/AppVersion-v0.36.7-informational?style=flat-square)
2023-10-08 13:37:34 +00:00
High-Performance, Low-Memory, Lightweight, Extensible Minecraft Reverse Proxy with Excellent Multi-Protocol Version Support
2023-12-01 12:59:28 +00:00
**Homepage:** <https://gate.minekube.com/>
## Source Code
* <https://github.com/minekube/gate>
* <https://gitlab.com/oecis/charts/>
2023-10-08 13:37:34 +00:00
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| autoscaling.enabled | bool | `false` | |
| autoscaling.maxReplicas | int | `100` | |
| autoscaling.minReplicas | int | `1` | |
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| fullnameOverride | string | `""` | |
| gate.config | object | `{}` | YAML config for gate |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/minekube/gate"` | |
| image.tag | string | `"latest"` | |
| imagePullSecrets | list | `[]` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
| podAnnotations | object | `{}` | |
| podSecurityContext | object | `{}` | |
| replicaCount | int | `1` | |
| resources | object | `{}` | |
| securityContext | object | `{}` | |
2023-10-08 14:48:31 +00:00
| service.port | int | `25565` | |
2023-10-08 13:37:34 +00:00
| service.type | string | `"ClusterIP"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
| tolerations | list | `[]` | |
----------------------------------------------
2023-11-29 10:47:33 +00:00
Autogenerated from chart metadata using [helm-docs v1.11.2](https://github.com/norwoodj/helm-docs/releases/v1.11.2)