* feat(wizarr) add wizarr * default icon * add truecharts repo * Apply suggestions from code review Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
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
|