Files
truecharts/charts/stable/tonido/values.yaml
T
2026-02-14 22:35:03 +01:00

23 lines
487 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
pullPolicy: IfNotPresent
repository: docker.io/captinsano/tonido
tag: latest@sha256:e54a72a59edec5165184bed1f6dbc14679f00a2cd746353714468e9e263c3793
persistence:
tonido:
enabled: true
mountPath: /unRAID
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 10001
protocol: tcp
targetPort: 10001