TrueChartsClone/charts/incubator/mango/values.yaml

29 lines
549 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/mango
tag: latest@sha256:c503c0cd9c485431bb80084b55a42546150f45fa703ad1de33ed5ff57bf06d5c
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:
ports:
main:
port: 9000
protocol: TCP
targetPort: 9000
portal:
enabled: true