27 lines
465 B
YAML
27 lines
465 B
YAML
image:
|
|
repository: tccr.io/truecharts/medusa
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.0.5@sha256:1e3e2b9da4e7019aa34ee623d9bf04d186494dd54b1eb6358d3461d4b4a30ee8
|
|
|
|
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
|