2022-07-19 15:27:57 +00:00
|
|
|
env: {}
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/backuppc
|
2022-08-17 11:01:00 +00:00
|
|
|
tag: latest@sha256:225604fe79cc73b9039990de350f4bc7785cbab7d2337d1e41e85bffbf0dae6e
|
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:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
port: 8000
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 80
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|