27 lines
519 B
YAML
27 lines
519 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: hkalexling/mango
|
||
|
tag: latest@sha256:14b5e1dd467f5a2736cf6847f3be193a522c5fdd36d61b797652a2d513776911
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /root/.config/mango
|
||
|
data:
|
||
|
enabled: true
|
||
|
mountPath: /root/mango
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 9000
|
||
|
protocol: tcp
|
||
|
targetPort: 9000
|