28 lines
554 B
YAML
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
|