TrueChartsClone/charts/incubator/vertex/values.yaml

27 lines
498 B
YAML

env:
PORT: "3000"
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/vertex
tag: vstable@sha256:fcf2a10ca7fe628f93867f5d0cd22f2250cb85865151e6a0167431505f8c906a
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