2022-07-22 20:19:45 +00:00
|
|
|
env:
|
|
|
|
PORT: "3000"
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/vertex
|
2022-09-15 15:42:23 +00:00
|
|
|
tag: vstable@sha256:49e2d2da9ec7d6e52412fd3d0eb89fb4577d389f1a323a70ad6f7c4983f5614e
|
2022-07-22 20:19:45 +00:00
|
|
|
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
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|