Skip to content

Commit

Permalink
feat(chart): deploy mailslurper optionally, bundled with demo users
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Becker <[email protected]>
  • Loading branch information
sbckr committed Dec 18, 2024
1 parent 8409cb6 commit a8ae90c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/thymus/templates/mailslurper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#

# Deployment for mailslurper
{{- if .Values.thymus.users.enabled }}
---
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down Expand Up @@ -76,3 +78,4 @@ spec:
protocol: TCP
port: {{ .Values.mailslurper.service.smtpPort }}
targetPort: smtp
{{- end }}

0 comments on commit a8ae90c

Please sign in to comment.