27 lines
498 B
YAML
27 lines
498 B
YAML
env:
|
|
PORT: "3000"
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/vertex
|
|
tag: vstable@sha256:68f4de69e2ca91b954a23ad710c4891a285db99cd038acaecbe102e74924737f
|
|
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
|