Files
truecharts/charts/incubator/vertex/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
513 B
YAML

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