TrueChartsClone/charts/stable/sickchill/values.yaml

26 lines
503 B
YAML

image:
repository: ghcr.io/linuxserver/sickchill
pullPolicy: IfNotPresent
tag: 2023.6.27@sha256:7c37f00fbbc9e10f66870ddf891564e68f7477d0ee84b088c49e048750c81059
service:
main:
ports:
main:
port: 10067
targetPort: 8081
persistence:
config:
enabled: true
mountPath: "/config"
varrun:
enabled: true
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0