Files
truecharts/charts/incubator/flemarr/values.yaml
T
Stavros KoisandGitHub 4b23ba9043 feat(flemarr): add flemarr (#3808)
* feat(flemarr): add flemarr

* required

* no service, persistence, portal

* no ingress

* add description

* add ci values

* lint

* lint

* Apply suggestions from code review

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* lint

* Update charts/incubator/flemarr/values.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-09-18 21:19:46 +03:00

59 lines
1.3 KiB
YAML

image:
repository: tccr.io/truecharts/flemmarr
tag: latest@sha256:0113664468f20a22079d2a9c10255542e3d23fd11cfd1732fd9f95c8055f88ed
pullPolicy: IfNotPresent
# https://github.com/Flemmarr/Flemmarr#configuration
flemarrConfig:
# sonarr:
# server:
# address: sonarr
# port: 8989
# config:
# host:
# analyticsEnabled: false
# ui:
# # 0 = Sunday, 1 = Monday
# firstDayOfWeek: 1
# # HH:mm = 17:30, h(:mm)a = 5:30PM
# timeFormat: HH:mm
# rootfolder:
# - name: Series
# path: /data/series
# defaultTags: []
# defaultQualityProfileId: 1
# defaultMetadataProfileId: 1
# downloadclient:
# - name: Transmission
# enable: true
# protocol: torrent
# fields:
# - name: host
# value: transmission
# - name: port
# value: 9091
# implementation: Transmission
# configContract: TransmissionSettings
# Implemented for inclusion in TrueNAS Scale GUI
flemarr:
configFilePath: ""
service:
main:
enabled: false
ports:
main:
enabled: false
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
portal:
enabled: false