Files
truecharts/charts/incubator/vertex/values.yaml
T
TrueCharts BotandGitHub 428038dd10 chore(deps): update docker general non-major (#3755)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-09-13 08:21:56 +03:00

27 lines
498 B
YAML

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