2021-07-01 18:26:22 +00:00
|
|
|
image:
|
2023-11-17 10:22:57 +00:00
|
|
|
repository: shenxn/protonmail-bridge
|
2023-12-07 00:40:21 +00:00
|
|
|
tag: 3.7.1-1@sha256:709f2180587d13845d1d2cec1cbb99d2ea7d6e1cbd4f5d47d827fd38c132ee7e
|
2021-07-01 18:26:22 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2021-09-10 18:10:04 +00:00
|
|
|
securityContext:
|
2023-08-08 13:46:33 +00:00
|
|
|
container:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
2021-07-01 18:26:22 +00:00
|
|
|
service:
|
|
|
|
main:
|
2021-11-20 23:20:50 +00:00
|
|
|
enabled: false
|
2021-07-01 18:26:22 +00:00
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
enabled: false
|
2021-11-20 23:20:50 +00:00
|
|
|
smtp:
|
|
|
|
enabled: true
|
2023-08-08 13:46:33 +00:00
|
|
|
primary: true
|
2021-11-20 23:20:50 +00:00
|
|
|
ports:
|
2021-07-01 18:26:22 +00:00
|
|
|
smtp:
|
|
|
|
enabled: true
|
2023-08-08 13:46:33 +00:00
|
|
|
primary: true
|
2021-07-01 18:26:22 +00:00
|
|
|
port: 25
|
2023-08-08 13:46:33 +00:00
|
|
|
protocol: tcp
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 25
|
2022-10-22 20:37:24 +00:00
|
|
|
imap:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
imap:
|
|
|
|
enabled: true
|
|
|
|
port: 143
|
2023-08-08 13:46:33 +00:00
|
|
|
protcol: tcp
|
2022-10-22 20:37:24 +00:00
|
|
|
targetPort: 143
|
2023-08-08 13:46:33 +00:00
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
type: tcp
|
|
|
|
port: "{{ .Values.service.smtp.ports.smtp.targetPort }}"
|
|
|
|
readiness:
|
|
|
|
type: tcp
|
|
|
|
port: "{{ .Values.service.smtp.ports.smtp.targetPort }}"
|
|
|
|
startup:
|
|
|
|
type: tcp
|
|
|
|
port: "{{ .Values.service.smtp.ports.smtp.targetPort }}"
|
2021-07-01 18:26:22 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
2021-11-14 19:19:16 +00:00
|
|
|
mountPath: "/root"
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-08-08 13:46:33 +00:00
|
|
|
open:
|
|
|
|
enabled: false
|