26 lines
506 B
YAML
26 lines
506 B
YAML
image:
|
|
repository: tccr.io/truecharts/wizarr
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:f8a74452457b2fee8cc21bd199c4f347d35d514d36a3513268bc7233776b048e
|
|
|
|
env:
|
|
APP_URL: "http://localhost:{{ .Values.service.main.ports.main.port }}"
|
|
DISABLE_BUILTIN_AUTH: false
|
|
ALLOW_BUG_REPORTING: false
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: HTTP
|
|
targetPort: 5690
|
|
port: 10596
|
|
|
|
persistence:
|
|
database:
|
|
enabled: true
|
|
mountPath: /data/database
|
|
|
|
portal:
|
|
enabled: true
|