29 lines
563 B
YAML
29 lines
563 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/mailpile
|
|
tag: latest@sha256:cdffabe895839b7bb3b50d5e66ddb58d2927ca4044590b25cfbf786658b9b99b
|
|
persistence:
|
|
path1:
|
|
enabled: true
|
|
mountPath: /root/.local/share/Mailpile
|
|
path2:
|
|
enabled: true
|
|
mountPath: /root/.gnupg
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 33411
|
|
protocol: TCP
|
|
targetPort: 33411
|
|
|
|
portal:
|
|
enabled: true
|