Files
truecharts/charts/incubator/raneto/values.yaml
T
TrueCharts BotandGitHub 8df9fcf7dd chore(deps): update docker general non-major (#3313)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-27 11:54:21 +02:00

26 lines
509 B
YAML

env:
UMASK: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/raneto
tag: latest@sha256:b0209e7d1e902db8f0c516352ec783b644343a104e8bd436c0ecb66ae16f1bc5
persistence:
config:
enabled: true
mountPath: /config
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 3000
protocol: TCP
targetPort: 3000