Files
truecharts/charts/incubator/euterpe/values.yaml
T
536febfefd fix(euterpe) set persistence & tagged ver (#4623)
* fix(euterpe) set persistence & tagged ver

* remove comment from repo

* rar rofs

* set protocol to http

* set to 568 + ranr

* rar + rofs false

* set protocol TCP + probes

* set probes

* ranr

* update values

* set our image

* Update charts/incubator/euterpe/values.yaml

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

* Update charts/incubator/euterpe/values.yaml

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

* Apply suggestions from code review

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

* secret

* empty

* major bump

* Update values.yaml

* whoops

* cast to int

* clean

* whoops

* add gui options

* Apply suggestions from code review

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

* Update charts/incubator/euterpe/questions.yaml

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

* Update charts/incubator/euterpe/questions.yaml

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

* Update charts/incubator/euterpe/questions.yaml

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

* Apply suggestions from code review

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

* Update charts/incubator/euterpe/questions.yaml

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

* Update charts/incubator/euterpe/questions.yaml

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

* Update charts/incubator/euterpe/questions.yaml

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

* Apply suggestions from code review

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

* Update charts/incubator/euterpe/questions.yaml

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

* fixy fixy

* fix spelling

* hmm

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2022-12-08 19:47:44 +02:00

58 lines
1.1 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/euterpe
tag: 1.5.2@sha256:5be892d3559100899f7b36a9bc3894448414b53dd6af885f3606fa0316b6b44a
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
euterpe:
basic_authenticate: false
authentication:
user: ""
password: ""
libraries: []
library_scan:
initial_wait_duration: 1s
files_per_operation: 1500
sleep_after_operation: 15ms
discogs:
download_artwork: false
discogs_auth_token: ""
# Danger Zone
danger_zone:
gzip: true
log_file: euterpe.log
sqlite_database: euterpe.db
read_timeout: 15
write_timeout: 1200
max_header_bytes: 1048576
service:
main:
ports:
main:
port: 9996
protocol: HTTP
persistence:
music:
enabled: true
mountPath: /root/Music
configfile:
enabled: true
type: secret
readOnly: true
defaultMode: "0600"
objectName: '{{ include "tc.common.names.fullname" . }}-secret'
mountPath: /root/.euterpe/config.json
subPath: config.json
portal:
enabled: true