2022-04-18 14:06:37 -04:00

45 lines
779 B
YAML

#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://scm.docker.cabillot.eu/perso/helm-library-common
#
image:
repository: docker.io/jcabillot/offlineimap
tag: "latest"
pullPolicy: Always
env:
TZ: America/New_York
secret:
IMAP_USER: TODO
IMAP_PASS: TODO
IMAP_SRV: TODO
#TODO: useless ?
ingress:
main:
enabled: false
controller:
enabled: false
#TODO: useless ?
automountServiceAccountToken: false
cronjob:
schedule: "0 */4 * * *"
concurrencyPolicy: "Forbid"
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 5
# TODO: le prendre en compte :)
persistence:
dump:
enabled: true
type: hostPath
hostPath: /data/volume-offlineimap
mountPath: /dump