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