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