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