1.0 KiB
1.0 KiB
SFTPGo
SFTPGo is a fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support, written in Go. It can serve local filesystem, S3 (compatible) Object Storage, Google Cloud Storage and Azure Blob Storage.
TL;DR;
helm repo add skm https://charts.sagikazarmark.dev
helm install --name sftpgo skm/sftpgo
Introduction
This chart bootstraps an SFTPGo deployment on a Kubernetes cluster using the Helm package manager.
Prerequisites
- Kubernetes 1.18+
- Helm 3.4+
- SFTPGo 1.2.0+
Installing the Chart
To install the chart with the release name my-release:
helm install --name my-release skm/sftpgo
Tip: List all releases using
helm list
Uninstalling the Chart
To uninstall/delete the my-release deployment:
helm delete my-release
The command removes all the Kubernetes components associated with the chart and deletes the release.