28 lines
492 B
YAML
28 lines
492 B
YAML
|
env: {}
|
||
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/mango
|
||
|
tag: latest
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /root/.config/mango
|
||
|
data:
|
||
|
enabled: true
|
||
|
mountPath: /root/mango
|
||
|
podSecurityContext:
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
service:
|
||
|
main:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
main:
|
||
|
enabled: true
|
||
|
port: 9000
|
||
|
protocol: TCP
|
||
|
targetPort: 9000
|