Closed DeepDiver1975 closed 1 year ago
In addition I'd like to have more control over the ingress setup (e.g. setting multiple host names).
It might be a better solution to read the full ingres configuration from values ....
as done here for example: https://github.com/codecentric/helm-charts/blob/9e93af2b776014e6d8f6cd270e088f355717460f/charts/mailhog/values.yaml#L64-L75
thanks for the issue !
I added:
ingress.extraHosts
& ingress.extraTls
(using the "style" of bitnami charts )mailpit.webroot
(default to /
)example:
ingress:
enabled: true
path: /*
extraHosts:
- name: foo.example.com
- name: bar.example.com
don't hesitate to re-open the issue if this is not enough :)
When using
alb
ingress class the path must be/*
. When settingingress.path
to/*
the image is not starting anymore: