Files
truecharts/charts/stable/synctube/values.yaml
T

24 lines
531 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
pullPolicy: IfNotPresent
repository: docker.io/littlestache/synctube
tag: latest@sha256:7d1b9dbc02bbe04c0e3fdee17b729f7a115c05ccfa603fb7e75cc804dfa3a3cb
persistence:
storageconfig:
enabled: true
mountPath: /usr/src/app/user
service:
main:
ports:
main:
port: 4200
protocol: http
targetPort: 4200
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsGroup: 0
runAsUser: 0