29 lines
546 B
YAML
29 lines
546 B
YAML
|
env: {}
|
||
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/songkong
|
||
|
tag: latest@sha256:a8493e18c4c0536a9894b3e20ebaf3dca9a5b5b395fdcd51f391e320f40c4a48
|
||
|
persistence:
|
||
|
music:
|
||
|
enabled: true
|
||
|
mountPath: /music
|
||
|
songkongconfig:
|
||
|
enabled: true
|
||
|
mountPath: /songkong
|
||
|
podSecurityContext:
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 4567
|
||
|
protocol: TCP
|
||
|
targetPort: 4567
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|