Files
truecharts/charts/stable/duplicati/values.yaml
T
e8dbca32f5 chore(deps): update non-major (#1449)
* chore(deps): update non-major

* Commit bumped App Version

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-12-03 15:07:49 +01:00

30 lines
752 B
YAML

image:
# -- image repository
repository: tccr.io/truecharts/duplicati
# -- image tag
tag: vbeta@sha256:88147d0b04d6c05a33e3910359e4a429769bf395bd52a0b6a0c91e19b1909965
# -- image pull policy
pullPolicy: IfNotPresent
# See more environment variables in the [duplicati documentation](https://github.com/linuxserver/docker-duplicati#parameters)
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Configures service settings for the chart.
# @default -- See values.yaml
service:
main:
ports:
main:
port: 8200
targetPort: 8200
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence:
config:
enabled: true
mountPath: "/data"