42 lines
693 B
YAML
42 lines
693 B
YAML
image:
|
|
repository: tccr.io/truecharts/protonmail-bridge
|
|
tag: 3.0.17@sha256:23e2d0200f0f060b8732a4220c7d348b9633b051b2c9b27913ef44ccc37b4a34
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
smtp:
|
|
enabled: true
|
|
ports:
|
|
smtp:
|
|
enabled: true
|
|
port: 25
|
|
targetPort: 25
|
|
imap:
|
|
enabled: true
|
|
ports:
|
|
imap:
|
|
enabled: true
|
|
port: 143
|
|
targetPort: 143
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/root"
|
|
|
|
portal:
|
|
enabled: false
|