27 lines
532 B
YAML
27 lines
532 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: rroemhild/mailpile
|
|
tag: latest@sha256:5b58d53b2f11ba6ce360006ca1f6459970b3fba8bafdeafafbf1af1d14c58172
|
|
persistence:
|
|
path1:
|
|
enabled: true
|
|
mountPath: /root/.local/share/Mailpile
|
|
path2:
|
|
enabled: true
|
|
mountPath: /root/.gnupg
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 33411
|
|
protocol: tcp
|
|
targetPort: 33411
|