env: {} image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/backuppc tag: latest@sha256:f504255bb59b305736a8304b103747cafe24ce38011e41b591faf8c4603a39cd 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: ports: main: port: 8000 protocol: TCP targetPort: 80 portal: enabled: true