27 lines
466 B
YAML
27 lines
466 B
YAML
image:
|
|
repository: tccr.io/truecharts/medusa
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.5.29@sha256:c4e686a927bebcb82250f762e808738d13e0c50545b057635a7b0505413b9399
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10068
|
|
targetPort: 8081
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
varrun:
|
|
enabled: true
|