This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
people/src/helm/mailcatcher/values.yaml

17 lines
221 B
YAML
Raw Normal View History

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