charts/charts/stable/duplicati/values.yaml
nιcнolaѕ wιlde d55b98d49e
[duplicati] migrate to common (#822)
* [duplicati] migrate to common

Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com>

* Disabled volumes

Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com>

* Changed image tag to latest

Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com>

Co-authored-by: ᗪєνιη ᗷυнʟ <onedr0p@users.noreply.github.com>
2021-04-25 03:30:16 -04:00

44 lines
794 B
YAML

#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
#
image:
repository: linuxserver/duplicati
tag: latest
pullPolicy: IfNotPresent
strategy:
type: Recreate
# See more environment variables in the duplicati documentation
# https://hub.docker.com/r/linuxserver/duplicati
env: {}
# TZ:
service:
port:
port: 8200
ingress:
enabled: false
persistence:
config:
enabled: false
emptyDir:
enabled: false
mountPath: /config
source:
enabled: false
emptyDir:
enabled: false
mountPath: /source
backups:
enabled: false
emptyDir:
enabled: false
mountPath: /backups