feat: add db
This commit is contained in:
parent
5b6200f6e5
commit
72cd218a76
@ -3,7 +3,7 @@ apiVersion: v2
|
||||
description: Helm chart for offlineimap
|
||||
name: offlineimap
|
||||
type: application
|
||||
version: 0.0.20
|
||||
version: 0.0.21
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- offlineimap
|
||||
|
||||
@ -24,6 +24,7 @@ spec:
|
||||
template:
|
||||
spec:
|
||||
restartPolicy: Never
|
||||
automountServiceAccountToken: false
|
||||
containers:
|
||||
- name: {{ include "common.names.fullname" . }}
|
||||
image: {{ printf "%s:%s" .Values.image.repository (default .Chart.AppVersion .Values.image.tag) | quote }}
|
||||
|
||||
@ -46,4 +46,4 @@ persistence:
|
||||
enabled: true
|
||||
type: hostPath
|
||||
hostPath: /data/volume-offlineimap-db
|
||||
mountPath: /home/offlineimap/.offlineimap
|
||||
mountPath: /home/offlineimap/.offlineimap
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user