31 lines
552 B
YAML
31 lines
552 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: lswl/vertex
|
|
tag: stable@sha256:28ea883ce2fc0ad5fe77d91dcb10c3f307220b3accb10a4f261d9000934d8614
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /vertex
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3000
|
|
protocol: tcp
|
|
targetPort: 3000
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
PORT: "3000"
|