Stalwart + Bulwark mail server deployment with OIDC, TLS cert, vault secrets. Beam design service. Pingora config cleanup. SeaweedFS replication fix. Kratos values tweak. Migration scripts for mbox/messages /calendars from La Suite to Stalwart.
31 lines
525 B
YAML
31 lines
525 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: stalwart
|
|
namespace: stalwart
|
|
spec:
|
|
selector:
|
|
app: stalwart
|
|
ports:
|
|
- name: smtp
|
|
port: 25
|
|
targetPort: 25
|
|
- name: submission
|
|
port: 587
|
|
targetPort: 587
|
|
- name: smtps
|
|
port: 465
|
|
targetPort: 465
|
|
- name: imap
|
|
port: 143
|
|
targetPort: 143
|
|
- name: imaps
|
|
port: 993
|
|
targetPort: 993
|
|
- name: managesieve
|
|
port: 4190
|
|
targetPort: 4190
|
|
- name: http
|
|
port: 8080
|
|
targetPort: 8080
|