|
|
|
@@ -0,0 +1,52 @@
|
|
|
|
|
# st-reborn-server
|
|
|
|
|
|
|
|
|
|
  
|
|
|
|
|
|
|
|
|
|
Skyrim Together Reborn server files.
|
|
|
|
|
|
|
|
|
|
**Homepage:** <https://github.com/truecharts/apps/tree/master/charts/incubator/st-reborn-server>
|
|
|
|
|
|
|
|
|
|
## Maintainers
|
|
|
|
|
|
|
|
|
|
| Name | Email | Url |
|
|
|
|
|
| ---- | ------ | --- |
|
|
|
|
|
| TrueCharts | info@truecharts.org | https://truecharts.org |
|
|
|
|
|
|
|
|
|
|
## Source Code
|
|
|
|
|
|
|
|
|
|
* <https://github.com/tiltedphoques/TiltedEvolution>
|
|
|
|
|
* <https://hub.docker.com/r/tiltedphoques/st-reborn-server>
|
|
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
|
|
Kubernetes: `>=1.16.0-0`
|
|
|
|
|
|
|
|
|
|
| Repository | Name | Version |
|
|
|
|
|
|------------|------|---------|
|
|
|
|
|
| https://library-charts.truecharts.org | common | 10.4.4 |
|
|
|
|
|
|
|
|
|
|
## Values
|
|
|
|
|
|
|
|
|
|
| Key | Type | Default | Description |
|
|
|
|
|
|-----|------|---------|-------------|
|
|
|
|
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
|
|
|
|
| image.repository | string | `"tiltedphoques/st-reborn-server"` | |
|
|
|
|
|
| image.tag | string | `"v1.2.0@sha256:d8322e41e8d3f3e347eef10c50cce977348b24de6f90c98b78a3b4757f2fde57"` | |
|
|
|
|
|
| persistence.config.enabled | bool | `true` | |
|
|
|
|
|
| persistence.config.mountPath | string | `"/home/server/config"` | |
|
|
|
|
|
| persistence.data.enabled | bool | `true` | |
|
|
|
|
|
| persistence.data.mountPath | string | `"/home/server/Data"` | |
|
|
|
|
|
| persistence.logs.enabled | bool | `true` | |
|
|
|
|
|
| persistence.logs.mountPath | string | `"/home/server/logs"` | |
|
|
|
|
|
| podSecurityContext.runAsGroup | int | `0` | |
|
|
|
|
|
| podSecurityContext.runAsUser | int | `0` | |
|
|
|
|
|
| probes.liveness.enabled | bool | `false` | |
|
|
|
|
|
| probes.readiness.enabled | bool | `false` | |
|
|
|
|
|
| probes.startup.enabled | bool | `false` | |
|
|
|
|
|
| securityContext.runAsNonRoot | bool | `false` | |
|
|
|
|
|
| service.main.ports.main.port | int | `10578` | |
|
|
|
|
|
| service.main.ports.main.protocol | string | `"UDP"` | |
|
|
|
|
|
| service.main.ports.main.targetPort | int | `10578` | |
|
|
|
|
|
|
|
|
|
|
----------------------------------------------
|
|
|
|
|
Autogenerated from chart metadata using [helm-docs v0.1.1](https://github.com/k8s-at-home/helm-docs/releases/v0.1.1)
|