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

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-29 15:25:33 +02:00

28 lines
554 B
YAML

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