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

33 lines
583 B
YAML

image:
repository: tccr.io/truecharts/st-reborn-server
pullPolicy: IfNotPresent
tag: v1.2.0@sha256:0e1fe6f85a8d637aaaa5a522e7418dc9e817da2b1e6589842a2b56c5cc9e0fbc
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"