2023-07-03 19:54:55 +00:00
|
|
|
image:
|
2023-11-17 10:22:57 +00:00
|
|
|
repository: ghcr.io/wizarrrr/wizarr
|
2023-07-03 19:54:55 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2023-12-02 13:56:45 +00:00
|
|
|
tag: 3.5.2@sha256:cffdf26745db2a4d3f215ae38deef387625842a431882fd8f2c9c18033b06398
|
2023-07-03 19:54:55 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
protocol: http
|
|
|
|
targetPort: 5690
|
|
|
|
port: 10596
|
2023-10-08 17:42:53 +00:00
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsNonRoot: false
|
|
|
|
readOnlyRootFilesystem: false
|
2023-07-03 19:54:55 +00:00
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
path: "/"
|
|
|
|
type: http
|
|
|
|
readiness:
|
|
|
|
path: "/"
|
|
|
|
type: http
|
|
|
|
startup:
|
2023-10-08 17:42:53 +00:00
|
|
|
type: tcp
|
2023-07-03 19:54:55 +00:00
|
|
|
env:
|
|
|
|
DISABLE_BUILTIN_AUTH: false
|
|
|
|
persistence:
|
|
|
|
database:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /data/database
|
2023-10-08 17:42:53 +00:00
|
|
|
varrun:
|
|
|
|
enabled: false
|
|
|
|
type: emptyDir
|
|
|
|
mountPath: /var/run
|
|
|
|
nginxrun:
|
|
|
|
enabled: true
|
|
|
|
type: emptyDir
|
|
|
|
mountPath: /run/nginx
|
2023-07-03 19:54:55 +00:00
|
|
|
portal:
|
|
|
|
open:
|
|
|
|
enabled: true
|