mirror of
https://github.com/helm/charts.git
synced 2026-08-20 04:47:32 +00:00
40 lines
589 B
YAML
40 lines
589 B
YAML
image:
|
|
repository: mailhog/mailhog
|
|
tag: v1.0.0
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
annotations: {}
|
|
clusterIP: ""
|
|
externalIPs: []
|
|
loadBalancerIP: ""
|
|
loadBalancerSourceRanges: []
|
|
type: ClusterIP
|
|
port:
|
|
http: 8025
|
|
smtp: 1025
|
|
nodePort:
|
|
http: ""
|
|
smtp: ""
|
|
|
|
ingress:
|
|
enabled: false
|
|
annotations: {}
|
|
path: /
|
|
hosts:
|
|
- mailhog.example.com
|
|
tls: []
|
|
# - hosts:
|
|
# - mailhog.example.com
|
|
# secretName: tls-mailhog
|
|
|
|
auth:
|
|
enabled: false
|
|
existingSecret: ""
|
|
fileName: auth.txt
|
|
fileContents: ""
|
|
|
|
podAnnotations: {}
|
|
resources: {}
|
|
env: {}
|