TrueChartsClone/charts/incubator/oscam/values.yaml

29 lines
504 B
YAML
Raw Normal View History

# Default values for oscam
image:
repository: ghcr.io/linuxserver/oscam
pullPolicy: IfNotPresent
tag: version-11693@sha256:42
env:
TZ: UTC
PUID: "568"
# currently needed for working with /dev/ttyXYZ devices
# see: https://github.com/linuxserver/docker-oscam/issues/21
PGID: "20"
service:
main:
enabled: true
ports:
main:
port: 8888
persistence:
config:
enabled: true
mountPath: "/config"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"