Skip to content

Commit

Permalink
Merge pull request #227 from fastlorenzo/fix-sieve
Browse files Browse the repository at this point in the history
fix: Fixed sieve support
  • Loading branch information
fastlorenzo authored Apr 13, 2023
2 parents 5d697e1 + 91792ff commit 23c4461
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mailu/templates/front/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ spec:
- name: http
containerPort: 80
protocol: TCP
- name: sieve
containerPort: 14190
protocol: TCP
{{ if not .Values.ingress.enabled }}
- name: https
containerPort: 443
Expand Down
3 changes: 3 additions & 0 deletions mailu/templates/front/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ spec:
- name: http
port: 80
protocol: TCP
- name: sieve
port: 14190
protocol: TCP
{{ if not .Values.ingress.enabled }}
- name: https
port: 443
Expand Down

0 comments on commit 23c4461

Please sign in to comment.