2022-07-19 15:27:57 +00:00
|
|
|
env: {}
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/backuppc
|
2022-12-25 08:57:38 +00:00
|
|
|
tag: latest@sha256:f504255bb59b305736a8304b103747cafe24ce38011e41b591faf8c4603a39cd
|
2022-07-19 15:27:57 +00:00
|
|
|
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
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|