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