env: {} image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/backuppc tag: latest@sha256:225604fe79cc73b9039990de350f4bc7785cbab7d2337d1e41e85bffbf0dae6e persistence: backuplocation: enabled: true mountPath: /var/lib/backuppc configurationfiles: enabled: true mountPath: /etc/backuppc homedirectory: enabled: true mountPath: /home/backuppc logs: enabled: true mountPath: /www/logs podSecurityContext: runAsGroup: 0 runAsUser: 0 securityContext: readOnlyRootFilesystem: false runAsNonRoot: false service: main: enabled: true ports: main: enabled: true port: 8000 protocol: TCP targetPort: 80 portal: enabled: true