# yaml-language-server: $schema=./values.schema.json image: repository: ghcr.io/linuxserver/medusa pullPolicy: IfNotPresent tag: 1.0.25@sha256:dfd25ce1eed1fc8f16a6cd391a743eaf539a4f466cc770d8b612d3a43fb2298b service: main: ports: main: port: 10068 targetPort: 8081 persistence: config: enabled: true mountPath: "/config" varrun: enabled: true securityContext: container: readOnlyRootFilesystem: false runAsNonRoot: false runAsUser: 0 runAsGroup: 0