-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(helm): add annotations to Service, generate docs using helm-docs
- Loading branch information
Showing
3 changed files
with
44 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# enshrouded-dedicated-server | ||
|
||
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) | ||
|
||
Enshrouded dedicated server. | ||
|
||
**Homepage:** <https://enshrouded.com/> | ||
|
||
## Values | ||
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| config.gamePort | int | `15636` | | | ||
| config.queryPort | int | `15637` | | | ||
| config.serverName | string | `"Enshrouded Server"` | Server name | | ||
| config.serverPassword | string | `""` | Server password. If not set, password will be generated randomly. | | ||
| config.serverPasswordExistingSecretName | string | `""` | Existing secret name for server password. Must contain key named "password". If set `serverPassword` will be ignored. | | ||
| config.serverSlots | int | `16` | Number of server slots | | ||
| image.repository | string | `"sknnr/enshrouded-dedicated-server"` | | | ||
| image.tag | string | `"v2.0.5"` | | | ||
| resources.requests.cpu | float | `4` | | | ||
| resources.requests.memory | string | `"12G"` | | | ||
| service.annotations | object | `{}` | | | ||
| service.externalIPs | list | `[]` | | | ||
| service.type | string | `"LoadBalancer"` | | | ||
| volumes.dataPVC.size | string | `"50Gi"` | Size of the persistent volume | | ||
| volumes.storageClassName | string | `""` | | | ||
|
||
---------------------------------------------- | ||
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters