TrueChartsClone/charts/stable/duplicati/values.yaml

29 lines
743 B
YAML

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