TrueChartsClone/charts/stable/twonky-server/values.yaml

27 lines
507 B
YAML

image:
pullPolicy: IfNotPresent
repository: dtjs48jkt/twonkyserver
tag: latest@sha256:938633e0e89a0ecc70ba39b6bc9831f2c06215e591b2c8a7d2193bd97c63e9c6
persistence:
config:
enabled: true
mountPath: /config
data:
enabled: true
mountPath: /data
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 9000
protocol: tcp
targetPort: 9000