TrueChartsClone/charts/stable/vertex/values.yaml

31 lines
552 B
YAML

image:
pullPolicy: IfNotPresent
repository: lswl/vertex
tag: stable@sha256:912cc90974455683d780945c44efa5d3958ae79f757d82325eb7e49806a7c0aa
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"