TrueChartsClone/charts/incubator/wizarr/values.yaml

26 lines
505 B
YAML

image:
repository: tccr.io/truecharts/wizarr
pullPolicy: IfNotPresent
tag: 1.6.1@sha256:8f803f5f8e8f503da85d59887c5c4c8543d3373bc02dc25722924b72107b90e2
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