Files
truecharts/charts/stable/oscam/values.yaml
T
Kjeld Schouten-LebbingandGitHub 308ba8accf (feat) Dynamically set PGID, GID and GROUP_ID (#1091)
* base PGID on fsGroup

* also remove PGID from questions.yaml

* remove mistake

* small fix

* fix first test

* fix linting

* always set PUID to 568

* use quotes for env vars (obviously)
2021-10-04 12:31:56 +02:00

35 lines
551 B
YAML

# Default values for oscam
image:
repository: ghcr.io/linuxserver/oscam
pullPolicy: IfNotPresent
tag: version-11693@sha256:e97f9929c3a6caed6ee24ed9f1efdd4a8c29b4b2ba52205d3f8daebdaf7a9ea2
securityContext:
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 20
env:
TZ: UTC
PUID: 568
service:
main:
enabled: true
ports:
main:
port: 8888
persistence:
config:
enabled: true
mountPath: "/config"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"
varrun:
enabled: true