Files
truecharts/charts/stable/oscam/values.yaml
T

25 lines
521 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: ghcr.io/linuxserver/oscam
pullPolicy: IfNotPresent
tag: 11958-ls13@sha256:6608b0d2d119e8e3f9f5506852b3513bc726fff98e2061a53ea7561b0c9a673a
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