28 lines
466 B
YAML
28 lines
466 B
YAML
|
image:
|
||
|
repository: foxxmd/multi-scrobbler
|
||
|
tag: latest@sha256:fe08c85482e056931f6c337df1437dc3c77f43927b463e4781546d2152591a49
|
||
|
pullPolicy: IfNotPresent
|
||
|
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 9078
|
||
|
targetPort: 9078
|
||
|
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /config
|
||
|
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|