Files
truecharts/charts/incubator/multi-scrobbler/values.yaml
T
TrueCharts BotandGitHub 99f036d23b chore(deps): update docker general non-major (#3300)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 23:35:40 +02:00

28 lines
580 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/multi-scrobbler
tag: latest@sha256:1547337e943e1212d2f61ca2aafd3b57ef568f2173dc98248a0c73b08b12e940
persistence:
config:
enabled: true
mountPath: /home/node/config
logs:
enabled: true
mountPath: /home/node/app/logs
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 9078
protocol: TCP
targetPort: 9078