# yaml-language-server: $schema=./values.schema.json image: repository: ghcr.io/linuxserver/oscam pullPolicy: IfNotPresent tag: 11965-ls18@sha256:b088852ee105928e1247e1b5c80f4ab984cec53ef47ecff67f6e5594ed337c8f service: main: ports: main: port: 10062 targetPort: 8888 persistence: config: enabled: true mountPath: "/config" varrun: enabled: true securityContext: container: readOnlyRootFilesystem: false runAsNonRoot: false runAsUser: 0 runAsGroup: 20