TrueChartsClone/charts/incubator/songkong/values.yaml

28 lines
538 B
YAML

image:
pullPolicy: IfNotPresent
repository: songkong/songkong
tag: latest@sha256:7b91b238587d6abb7e7e7e0586e5d5af005bc66f8fb39910f11c326206bc63e8
persistence:
music:
enabled: true
mountPath: /music
songkongconfig:
enabled: true
mountPath: /songkong
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsNonRoot: false
runAsUser: 0
service:
main:
ports:
main:
port: 4567
protocol: tcp
targetPort: 4567