TrueChartsClone/charts/stable/duplicati/values.yaml

29 lines
743 B
YAML
Raw Normal View History

image:
# -- image repository
repository: tccr.io/truecharts/duplicati
# -- image tag
tag: latest@sha256:57f858f762b3ad0e84de21263a138d83d191b78192c5e680259dc8abb4e1de66
# -- 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
# -- 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"