TrueChartsClone/charts/incubator/st-reborn-server/values.yaml

32 lines
582 B
YAML
Raw Normal View History

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"