Files
truecharts/charts/stable/mailpile/values.yaml
T
2026-02-14 22:35:03 +01:00

26 lines
562 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
pullPolicy: IfNotPresent
repository: docker.io/rroemhild/mailpile
tag: latest@sha256:5b58d53b2f11ba6ce360006ca1f6459970b3fba8bafdeafafbf1af1d14c58172
persistence:
path1:
enabled: true
mountPath: /root/.local/share/Mailpile
path2:
enabled: true
mountPath: /root/.gnupg
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 33411
protocol: tcp
targetPort: 33411