49 lines
966 B
YAML
49 lines
966 B
YAML
image:
|
|
repository: ghcr.io/wizarrrr/wizarr
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.1.1@sha256:52df19ffa3d4f59e9abc865032bc51c3afd077a88d5a6d50ba4a81d0e8582d9e
|
|
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
|
|
portal:
|
|
open:
|
|
enabled: true
|