2021-09-07 22:24:15 +00:00
|
|
|
# Default values for oscam
|
|
|
|
|
|
|
|
image:
|
|
|
|
repository: ghcr.io/linuxserver/oscam
|
|
|
|
pullPolicy: IfNotPresent
|
2021-09-11 11:04:47 +00:00
|
|
|
tag: version-11693@sha256:e97f9929c3a6caed6ee24ed9f1efdd4a8c29b4b2ba52205d3f8daebdaf7a9ea2
|
2021-09-07 22:24:15 +00:00
|
|
|
|
2021-09-26 18:05:21 +00:00
|
|
|
securityContext:
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
2021-10-04 10:31:56 +00:00
|
|
|
runAsGroup: 20
|
2021-09-26 18:05:21 +00:00
|
|
|
|
2021-09-07 22:24:15 +00:00
|
|
|
env:
|
|
|
|
TZ: UTC
|
2021-10-04 10:31:56 +00:00
|
|
|
PUID: 568
|
2021-09-07 22:24:15 +00:00
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 8888
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 8888
|
2021-09-07 22:24:15 +00:00
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
2021-11-14 19:19:16 +00:00
|
|
|
|
2021-09-29 14:36:34 +00:00
|
|
|
varrun:
|
|
|
|
enabled: true
|