Skip to content

Commit

Permalink
bump email
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Feb 5, 2024
1 parent 4d67d90 commit 21e1620
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions services/email/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ spec:
imagePullPolicy: Always
ports:
- containerPort: 25
- containerPort: 587
- containerPort: 143
env:
- name: SMTP_PASSWORD
Expand All @@ -41,12 +40,12 @@ spec:
secretKeyRef:
name: dovecot-users-password
key: GANDI_RELAI_URL
livenessProbe:
tcpSocket:
port: 25
initialDelaySeconds: 10
failureThreshold: 3
periodSeconds: 30
# livenessProbe:
# tcpSocket:
# port: 25
# initialDelaySeconds: 10
# failureThreshold: 3
# periodSeconds: 30
volumeMounts:
- name: email-tls
mountPath: /etc/dovecot/private/
Expand Down

0 comments on commit 21e1620

Please sign in to comment.