vsFTPd server for Kubernetes
Go to file
Frank Bischof 2ba7154e2b Update ftp.yml 2024-04-03 16:31:00 +02:00
.gitignore Initial checkin 2024-04-03 16:19:49 +02:00
README.md Initial checkin 2024-04-03 16:19:49 +02:00
ftp.yml Update ftp.yml 2024-04-03 16:31:00 +02:00

README.md

vsFTPd for Kubernetes

Settings

You can create users under the configmap users value.
This is just a plaintext file where you can also use secrets for.
Please note that now username:password is set which is VERY insecure!
Please remove this entry and add strong credentials!

The SSH-RSA key will be created when not existing.
This will be placed in the ssh-rsa folder.

The service is listening on port 2022.
This can be configured in the service configuration.