TrueChartsClone/charts/stable/medusa/values.yaml

26 lines
497 B
YAML

image:
repository: ghcr.io/linuxserver/medusa
pullPolicy: IfNotPresent
tag: 1.0.21@sha256:573f15d75c530d3f3662e1ff1e13ec2039872df3c4a1255fedd4e73cfc6d5722
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