# Default values for emby. image: repository: ghcr.io/k8s-at-home/emby pullPolicy: IfNotPresent tag: v4.6.4.0@sha256:3921a37cfd43abbc5be6fd6a2141488573c64f70d628b4a4731415713cbb12cd securityContext: readOnlyRootFilesystem: false service: main: ports: main: port: 8096 persistence: config: enabled: true mountPath: "/config" type: pvc accessMode: ReadWriteOnce size: "100Gi"