-
Notifications
You must be signed in to change notification settings - Fork 55
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
Add ftp passive ports #60
base: master
Are you sure you want to change the base?
Conversation
Hi @nrx-ops ! Thanks for the contribution! I have a couple reservations/questions about the implementation though:
I also wonder how much of an edge case is this. Is this something this chart should support, or could it be a section in the documentation (ie. this is how you can create a service for passive ports). I'm not saying no, but I have more questions than answers at the moment. What do you think? |
Hi,
I think pasv port should be supported by this chart. sftpgo supports FTP and ftp need pasv-ports to work. |
The alternative is to make the port range part of the values file and configure it via environment variables. See |
Hi @nrx-ops did you make it work with FTP with your changes? I tried but I still got some errors on the configuration part of sftpgo. Regards |
Hi @vincenthodicq, |
I deployed it on Azure AKS. I had errors when trying to connect with FTP, i got errors with Passive connection and unable to access any of the passive port. What type of service did you use to install sftpgo? did you use ingress? |
OK, |
@nrx-ops can you share an example of the values your override for this configuration? (without anything sensitive or protected) |
I am looking in particular to see if you used force_passive_ip for ftpd configuration. If yes, did you use load balancerIP? And did you use specific externalTrafficPolicy for your service? Thanks in advance |
|
Thanks. It helps and i am now able to connect with FTP. Still having an issue with FTPS (default port being 990 and not opened / configured in the chart) |
In this case, I think that |
Any update on this PR? Without exposing passive ports the ftp portion of this helm chart is unusable |
It's funny that someone re-rerequested this PR 5 days ago, because I am basically blocked too. Edit: You can use Kustomize with helm post-renderers to get the additional port exposures in. |
+1 to this |
I agree, consider merging this |
+1 to this |
No description provided.