TrueChartsClone/charts/stable/vertex/values.yaml

31 lines
552 B
YAML

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