Files
truecharts/charts/incubator/st-reborn-server/values.yaml
T
TrueCharts BotandGitHub 97d5375359 chore(deps): update docker general non-major (#3295)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 20:36:51 +02:00

32 lines
582 B
YAML

image:
repository: tccr.io/truecharts/st-reborn-server
pullPolicy: IfNotPresent
tag: v1.2.0@sha256:c1e93d3127abcfada03c47cc800a376f45853b992d8ac2a6cac4bfebe361bc90
service:
main:
ports:
main:
protocol: UDP
targetPort: 10578
port: 10578
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
persistence:
config:
enabled: true
mountPath: "/home/server/config"
logs:
enabled: true
mountPath: "/home/server/logs"
data:
enabled: true
mountPath: "/home/server/Data"