25 lines
491 B
YAML
25 lines
491 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/songkong/songkong
|
|
tag: latest@sha256:4d171a84fbfe6daaabfad5f2dbfdd52c7310b7792ea90985e628b751fce69eba
|
|
persistence:
|
|
music:
|
|
enabled: true
|
|
mountPath: /music
|
|
songkongconfig:
|
|
enabled: true
|
|
mountPath: /songkong
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 4567
|
|
protocol: tcp
|
|
targetPort: 4567
|