2023-12-25 17:17:28 +00:00
|
|
|
image:
|
|
|
|
repository: ghcr.io/linuxserver/medusa
|
|
|
|
pullPolicy: IfNotPresent
|
2024-02-12 00:49:12 +00:00
|
|
|
tag: 1.0.19@sha256:a8c85075b891db71c0b60829c64bdcef5e95add4acf0c9d88996f0aa82b89c95
|
2023-12-25 17:17:28 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 10068
|
|
|
|
targetPort: 8081
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
|
|
|
varrun:
|
|
|
|
enabled: true
|
|
|
|
portal:
|
|
|
|
open:
|
|
|
|
enabled: true
|
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|