* Apply security hardened defaults to values.yaml for all apps * Add default common securityContext to all apps * Adjust securityContext defaults in questions.yaml, according to values.yaml * Add default common podSecurityContext to all apps * Clean whitespace * Clean more whitespace * Adjust podSecurityContext defaults in questions.yaml, according to values.yaml * fix pgadmin Co-authored-by: Stavros kois <s.kois@outlook.com>
28 lines
526 B
YAML
28 lines
526 B
YAML
# Default values for Navidrome.
|
|
|
|
image:
|
|
repository: ghcr.io/truecharts/navidrome
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.45.1@sha256:2600dc55b2ac7ae31d5c3a657e731a4fde56d76903a6b6e4fb0cfc7007091a0e
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 4533
|
|
|
|
env:
|
|
ND_SCANINTERVAL: "15m"
|
|
ND_LOGLEVEL: "info"
|
|
ND_SESSIONTIMEOUT: "24h"
|
|
ND_ENABLETRANSCODINGCONFIG: "true"
|
|
ND_MUSICFOLDER: "/music"
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|
|
type: pvc
|
|
accessMode: ReadWriteOnce
|
|
size: "100Gi"
|