27 lines
466 B
YAML
27 lines
466 B
YAML
image:
|
|
repository: tccr.io/truecharts/medusa
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.5.27@sha256:3c7857f49adc195316fd4209168f73244d1e63e8b79fe03cd750c66ef3c1ae4b
|
|
|
|
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
|