50 lines
910 B
YAML
Raw Permalink Normal View History

2022-04-18 11:11:33 -04:00
#
# 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
2022-04-18 14:01:48 -04:00
secret:
2022-04-18 11:11:33 -04:00
IMAP_USER: TODO
IMAP_PASS: TODO
IMAP_SRV: TODO
2022-04-18 11:51:08 -04:00
#TODO: useless ?
2022-04-18 11:11:33 -04:00
ingress:
main:
enabled: false
2022-04-18 11:57:40 -04:00
controller:
enabled: false
2022-04-18 11:51:08 -04:00
#TODO: useless ?
2022-04-18 11:11:33 -04:00
automountServiceAccountToken: false
cronjob:
schedule: "0 */4 * * *"
concurrencyPolicy: "Forbid"
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 5
2022-04-18 13:56:50 -04:00
# TODO: le prendre en compte :)
2022-04-18 11:11:33 -04:00
persistence:
dump:
enabled: true
type: hostPath
hostPath: /data/volume-offlineimap
2022-04-18 13:56:50 -04:00
mountPath: /dump
2022-04-18 15:17:31 -04:00
db:
enabled: true
type: hostPath
hostPath: /data/volume-offlineimap-db
2022-04-18 15:27:30 -04:00
mountPath: /home/offlineimap/.offlineimap