1b348172a2
* chore(deps): update docker general non-major * Commit bumped App Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
27 lines
466 B
YAML
27 lines
466 B
YAML
image:
|
|
repository: tccr.io/truecharts/medusa
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.5.29@sha256:cef8fc58e58f83181a9b3a9671a7d70a660a4b2ba29aac51003fb13c2b15abdb
|
|
|
|
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
|