🧑💻(tilt) add mailcatcher to the stack
This allows to start a mailcatcher for local developments.
This commit is contained in:
16
src/helm/mailcatcher/values.yaml
Normal file
16
src/helm/mailcatcher/values.yaml
Normal 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: ""
|
||||
Reference in New Issue
Block a user