mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-31 05:49:04 +00:00
d55b98d49e
* [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>
44 lines
794 B
YAML
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
|