2024-04-29 10:44:17 +00:00
|
|
|
image:
|
2024-05-19 13:11:59 +00:00
|
|
|
repository: ghcr.io/wizarrrr/wizarr
|
2024-04-29 10:44:17 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2024-05-19 13:11:59 +00:00
|
|
|
tag: 4.1.0@sha256:b388fae09422e84d40da305dc5abfde7a6d018910d9fb2c6c3a724e17d8c5f5d
|
2024-04-29 10:44:17 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
protocol: http
|
2024-05-19 13:11:59 +00:00
|
|
|
targetPort: 5690
|
|
|
|
port: 10596
|
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsNonRoot: false
|
|
|
|
readOnlyRootFilesystem: false
|
2024-04-29 10:44:17 +00:00
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
probes:
|
|
|
|
liveness:
|
2024-05-19 13:11:59 +00:00
|
|
|
path: "/"
|
2024-04-29 10:44:17 +00:00
|
|
|
type: http
|
|
|
|
readiness:
|
2024-05-19 13:11:59 +00:00
|
|
|
path: "/"
|
2024-04-29 10:44:17 +00:00
|
|
|
type: http
|
|
|
|
startup:
|
2024-05-19 13:11:59 +00:00
|
|
|
type: tcp
|
2024-04-29 10:44:17 +00:00
|
|
|
env:
|
2024-05-19 13:11:59 +00:00
|
|
|
DISABLE_BUILTIN_AUTH: false
|
2024-04-29 10:44:17 +00:00
|
|
|
persistence:
|
2024-05-19 13:11:59 +00:00
|
|
|
database:
|
2024-04-29 10:44:17 +00:00
|
|
|
enabled: true
|
2024-05-19 13:11:59 +00:00
|
|
|
mountPath: /data/database
|
2024-04-29 10:44:17 +00:00
|
|
|
varrun:
|
|
|
|
enabled: false
|
2024-05-19 13:11:59 +00:00
|
|
|
type: emptyDir
|
|
|
|
mountPath: /var/run
|
|
|
|
nginxrun:
|
|
|
|
enabled: true
|
|
|
|
type: emptyDir
|
|
|
|
mountPath: /run/nginx
|
2024-04-29 10:44:17 +00:00
|
|
|
portal:
|
|
|
|
open:
|
|
|
|
enabled: true
|