29 lines
529 B
YAML
29 lines
529 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/lswl/vertex
|
|
tag: stable@sha256:01cb717ec5b9280ecb4a97374c7ea240e4c103ae0ef20d7a0f2335a88399f08d
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /vertex
|
|
|
|
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"
|