image: repository: ghcr.io/linuxserver/lazylibrarian pullPolicy: IfNotPresent tag: latest@sha256:05baf7249059e6c372b1701d07b17608d0f3c216c149eacd2402fd294877de8c service: main: ports: main: port: 5299 targetPort: 5299 persistence: config: enabled: true mountPath: "/config" varrun: enabled: true portal: open: enabled: true securityContext: container: runAsNonRoot: false readOnlyRootFilesystem: false runAsUser: 0 runAsGroup: 0