* chore(deps): update docker general non-major * Commit bumped Chart Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
27 lines
498 B
YAML
27 lines
498 B
YAML
env:
|
|
PORT: "3000"
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/vertex
|
|
tag: vstable@sha256:2775ec75bb04c6df4ec7d1426150b0d8555a27da502423bfef2367ff542304b4
|
|
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
|