30 lines
582 B
YAML
30 lines
582 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/lswl/vertex
|
|
tag: stable@sha256:141d6966d0fac46453bfbbf76e616a49976b87caf965563911a7da13832b1bac
|
|
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"
|