Skip to content

Commit

Permalink
Follow up on #45 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
xMAC94x authored Jan 26, 2022
1 parent 64e9fba commit 739586d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/docker-mailserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "8.0.1"
description: A fullstack but simple mailserver (smtp, imap, antispam, antivirus, ssl...) using Docker.
name: docker-mailserver
version: 0.3.3
version: 0.3.4
sources:
- https://github.com/funkypenguin/helm-docker-mailserver
maintainers:
Expand Down
9 changes: 6 additions & 3 deletions charts/docker-mailserver/templates/ingress-rainloop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,13 @@ spec:
- host: {{ . }}
http:
paths:
- path: {{ $ingressPath }}
- pathType: Prefix
path: {{ $ingressPath }}
backend:
serviceName: {{ $fullName }}-rainloop
servicePort: {{ $servicePort }}
service:
name: {{ $fullName }}-rainloop
port:
number: {{ $servicePort }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 739586d

Please sign in to comment.