🧑‍💻(tilt) add mailcatcher to the stack

This allows to start a mailcatcher for local developments.
This commit is contained in:
Quentin BEY
2025-01-31 15:03:55 +01:00
committed by BEY Quentin
parent cd88799943
commit 289879962b
7 changed files with 101 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
image:
repository: sj26/mailcatcher
tag: latest
pullPolicy: IfNotPresent
resources:
requests:
memory: "64Mi"
cpu: "50m"
limits:
memory: "128Mi"
cpu: "100m"
ingress:
enabled: false
host: ""