Files
truecharts/charts/incubator/multi-scrobbler/values.yaml
T
Stavros KoisandGitHub 9056d3c8f7 fix(incubator): some cleanup (#3586)
* fix(arksurvival): cleanup

* cleanup

* update questions

* chore(incubator): some cleanup

* remove enabled true from main services

* bump all incubator

* lint

* empty lines

* emtpy line
2022-08-27 02:12:33 +03:00

29 lines
565 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:
ports:
main:
port: 9078
protocol: TCP
targetPort: 9078
portal:
enabled: true