env: {} image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/backuppc tag: latest@sha256:299db42e6562324141408027763266510dfec1d81a6af2e0aa6368bca498872d 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