-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace front daemonset with hostport by a front deployment with a service #28
Comments
Hi, Regarding the ports, I need to check if they are needed for something. |
Hi, As you said "daemonset vs. deployment has nothing to do with security" and my issue mixes two distinct things. Maybe it's better to split it into two issues ? As far as I know, 10025 and 10143 are not "public e-mail" ports. I think theses ports are used in private by some components (probably dovecot and postfix to check users for instance). |
Hi, |
Thank you! :) Mailu/Mailu#576 (comment) |
🤖 I have created a release *beep* *boop* --- ## [1.0.0-beta.20](fastlorenzo/helm-charts-1@mailu-v1.0.0-beta.19...mailu-1.0.0-beta.20) (2022-11-09) ### Bug Fixes * fixed typo in external service ([0ec88b1](fastlorenzo@0ec88b1)) * fixed typo in external service ([#27](fastlorenzo#27)) ([a2efb99](fastlorenzo@a2efb99)) ### Miscellaneous Chores * release 1.0.0-beta.20 ([69697aa](fastlorenzo@69697aa)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Hi,
In kubernetes, a daemonset is an object to deploy a specific pod on all nodes or a set of nodes. I think it's a cluster admin object. Here, the chart uses a daemonset to expose a pod outside the cluster. I think it's probably not the better way to achieve it.
I think that replace the daemonset by a deployment and use a service to expose what we need outside the cluster should be better. Actually it will probably be more secure too.
For instance, I'm not sure that theses ports need to be exposed on the WAN :
I think a good example of what I mean can be found here here.
The text was updated successfully, but these errors were encountered: