# yaml-language-server: $schema=./values.schema.json image: repository: ghcr.io/linuxserver/librespeed tag: 6.1.0@sha256:66c8afc0db38be4fa470e1acdfeaceefd95cd92d513353c71c4a18c12dda75d1 pullPolicy: IfNotPresent service: main: ports: main: port: 10016 targetPort: 80 persistence: config: enabled: true mountPath: "/config" securityContext: container: readOnlyRootFilesystem: false runAsNonRoot: false runAsUser: 0 runAsGroup: 0