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

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 23:35:40 +02:00

34 lines
703 B
YAML

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