28 lines
466 B
YAML
28 lines
466 B
YAML
|
image:
|
||
|
repository: foxxmd/multi-scrobbler
|
||
|
tag: latest@sha256:35aadb7bdcce81e748b63846289b13b7c426db1134fbe30737c8c92e82b49105
|
||
|
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
|