26 lines
482 B
YAML
26 lines
482 B
YAML
env:
|
|
PORT: "3000"
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: lswl/vertex
|
|
tag: stable@sha256:ec66a274e9b47d914049cef4dbc7a10e9adff1103618aa8f021cef006952387c
|
|
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
|