TrueChartsClone/charts/stable/protonmail-bridge/values.yaml

62 lines
1.2 KiB
YAML

image:
repository: tccr.io/truecharts/protonmail-bridge
tag: v3.3.2@sha256:eadc6c632b0e5ee37d04ae2089a84d60f8b750becd76d63b48962c55afa6e8c3
pullPolicy: IfNotPresent
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
service:
main:
enabled: false
ports:
main:
enabled: false
smtp:
enabled: true
primary: true
ports:
smtp:
enabled: true
primary: true
port: 25
protocol: tcp
targetPort: 25
imap:
enabled: true
ports:
imap:
enabled: true
port: 143
protcol: tcp
targetPort: 143
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 }}"
persistence:
config:
enabled: true
mountPath: "/root"
portal:
open:
enabled: false