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