Files
truecharts/charts/stable/wizarr/values.yaml
T

47 lines
989 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: ghcr.io/wizarrrr/wizarr
pullPolicy: IfNotPresent
tag: v2026.4.0@sha256:19da537e01b5470cb34b083b5ac64cb534dd27084d9d66bc634e96c1f3976884
service:
main:
ports:
main:
protocol: http
targetPort: 5690
port: 10596
securityContext:
container:
runAsUser: 0
runAsGroup: 0
runAsNonRoot: false
readOnlyRootFilesystem: false
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: "/"
type: http
readiness:
path: "/"
type: http
startup:
type: tcp
env:
DISABLE_BUILTIN_AUTH: false
persistence:
database:
enabled: true
mountPath: /data/database
varrun:
enabled: false
type: emptyDir
mountPath: /var/run
nginxrun:
enabled: true
type: emptyDir
mountPath: /run/nginx