Files
truecharts/charts/incubator/twonky-server/values.yaml
T
TrueCharts BotandGitHub 6a9afd3008 chore(deps): update docker general non-major (#4293)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-11-04 10:13:25 +02:00

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