29 lines
539 B
YAML
29 lines
539 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/twonky-server
|
|
tag: latest@sha256:9ed59cee9593cceca0a689969c9439fdfc209485a780798f3674bee7fb05f842
|
|
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
|