catalog/incubator/songkong/2.0.8/ix_values.yaml

29 lines
546 B
YAML

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