Files
truecharts/charts/incubator/vertex/values.yaml
T
TrueCharts BotandGitHub 6146b4368e chore(deps): update docker general non-major docker tags (#3544)
* chore(deps): update docker general non-major docker tags

* Commit bumped Chart Version

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

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-08-23 08:23:46 +03:00

29 lines
538 B
YAML

env:
PORT: "3000"
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/vertex
tag: vstable@sha256:85766a7ea981c14417bd3a0fea8ca2641e8d246078ca7341b07f23b8f3c04959
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
portal:
enabled: true