TrueChartsCatalogClone/incubator/wizarr/0.0.8/ix_values.yaml

26 lines
506 B
YAML

image:
repository: tccr.io/truecharts/wizarr
pullPolicy: IfNotPresent
tag: latest@sha256:70e426d55103676103540729769d29fda08bbf567a06c3f51caaf11318523ae9
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