image: repository: ghcr.io/wizarrrr/wizarr pullPolicy: IfNotPresent tag: 4.1.0@sha256:b388fae09422e84d40da305dc5abfde7a6d018910d9fb2c6c3a724e17d8c5f5d 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