17 lines
221 B
YAML
17 lines
221 B
YAML
|
|
image:
|
||
|
|
repository: sj26/mailcatcher
|
||
|
|
tag: latest
|
||
|
|
pullPolicy: IfNotPresent
|
||
|
|
|
||
|
|
resources:
|
||
|
|
requests:
|
||
|
|
memory: "64Mi"
|
||
|
|
cpu: "50m"
|
||
|
|
limits:
|
||
|
|
memory: "128Mi"
|
||
|
|
cpu: "100m"
|
||
|
|
|
||
|
|
ingress:
|
||
|
|
enabled: false
|
||
|
|
host: ""
|