TrueChartsClone/charts/stable/sickchill/values.yaml

26 lines
502 B
YAML

image:
repository: ghcr.io/linuxserver/sickchill
pullPolicy: IfNotPresent
tag: 2024.1.8@sha256:b68bfb65bf1c0f2be7e0267070bc068713dadb6895b5388fd47ac9c77a2e2cd6
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