Files
truecharts/charts/incubator/backuppc/values.yaml
T
TrueCharts BotandGitHub 934b2f4c1d chore(deps): update docker general non-major (#3478)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-08-17 13:01:00 +02:00

37 lines
728 B
YAML

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