30 lines
489 B
YAML
30 lines
489 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/medusa
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: 1.0.9@sha256:a55234e59f4ace11d8f4d3a351f6b63612552a1593630debda4c893e89e439d4
|
||
|
|
||
|
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
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|