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

29 lines
539 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/twonky-server
tag: latest@sha256:1f98630e01ea994ba44fcebe1da511e0a53af6dd1db79eb3150b0aa3f8b09e9e
persistence:
config:
enabled: true
mountPath: /config
data:
enabled: true
mountPath: /data
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 9000
protocol: TCP
targetPort: 9000
portal:
enabled: true