apiVersion: v1 kind: Service metadata: name: protonbridge namespace: services spec: selector: app: protonbridge type: NodePort ports: - name: imap protocol: TCP port: 1143 targetPort: 1143 # NodePort 30143 — configure email clients as: # IMAP server: :30143, STARTTLS, accept self-signed cert nodePort: 30143 - name: smtp protocol: TCP port: 1025 targetPort: 1025 # NodePort 30025 — configure email clients as: # SMTP server: :30025, STARTTLS, accept self-signed cert nodePort: 30025