Files
truecharts/charts/incubator/mango/values.yaml
T
TrueCharts BotandGitHub 99f036d23b chore(deps): update docker general non-major (#3300)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 23:35:40 +02:00

28 lines
564 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/mango
tag: latest@sha256:555786b9852b389eeaae26bf252fa19b7dce6d016097cc54455dcbb5ac15cf6d
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