feat: add db
This commit is contained in:
@@ -60,8 +60,14 @@ spec:
|
||||
volumeMounts:
|
||||
- name: dump
|
||||
mountPath: /dump
|
||||
- name: db
|
||||
mountPath: /home/offlineimap/.offlineimap
|
||||
volumes:
|
||||
- name: dump
|
||||
hostPath:
|
||||
path: /data/volume-offlineimap
|
||||
type: ''
|
||||
- name: db
|
||||
hostPath:
|
||||
path: /data/volume-offlineimap-db
|
||||
type: ''
|
||||
Reference in New Issue
Block a user