env: {} image: pullPolicy: IfNotPresent repository: gregyankovoy/chowdown tag: latest@sha256:7941ebe37bab142a05f7b241e2490fa2c60f3644b4327d4dbac82c7b0f73243c persistence: config: enabled: true mountPath: /config podSecurityContext: runAsGroup: 0 runAsUser: 0 securityContext: readOnlyRootFilesystem: false runAsNonRoot: false service: main: ports: main: port: 4000 protocol: TCP targetPort: 4000 portal: enabled: true