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