TrueChartsClone/charts/incubator/songkong/values.yaml

29 lines
546 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/songkong
tag: latest@sha256:78bf1d4566ab70854a12b9bf24b0883021ad152dc817573a4b4172aceddad78b
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