Files
truecharts/charts/incubator/traktarr/values.yaml
T
ab6d8beac0 fix(traktarr) code fixes (#5499)
* fix(traktarr) code fixes

* fix RUNNOW variable

* Apply suggestions from code review

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

* fix quote

* UI

* Update charts/incubator/traktarr/values.yaml

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

* Update charts/incubator/traktarr/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>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-12-18 13:51:52 +02:00

56 lines
1.2 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/traktarr
tag: latest@sha256:c3f2e4c967f7574d13b234c8cfa5d5bc25c007d891ecf8bf78e04f0654033785
traktarr:
app_branch: master
blacklist: true
nosearch: true
notifications: true
runnow: false
skipupdate: true
delay: "2.5"
sort: rating
env:
APP_BRANCH: "{{ .Values.traktarr.app_branch }}"
BLACKLIST: '{{ ternary "yes" "no" .Values.traktarr.blacklist }}'
NOSEARCH: '{{ ternary "yes" "no" .Values.traktarr.nosearch }}'
NOTIFICATIONS: '{{ ternary "yes" "no" .Values.traktarr.notifications }}'
RUNNOW: '{{ ternary "yes" "no" .Values.traktarr.runnow }}'
SKIPUPDATE: '{{ ternary "yes" "no" .Values.traktarr.skipupdate }}'
DELAY: "{{ .Values.traktarr.delay }}"
SORT: "{{ .Values.traktarr.sort }}"
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsGroup: 0
runAsUser: 0
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
service:
main:
enabled: false
ports:
main:
enabled: false
persistence:
config:
enabled: true
mountPath: /config
portal:
enabled: false