Files
truecharts/charts/incubator/vertex/values.yaml
T
TrueCharts BotandGitHub 4dc32a9142 chore(deps): update docker general non-major (#3736)
* 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-11 12:08:28 +02:00

27 lines
498 B
YAML

env:
PORT: "3000"
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/vertex
tag: vstable@sha256:6a71723f2864c93a9446f5b858af070cca028a5ca1e0617d73d8c08ce4046a7c
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