diff --git a/README.md b/README.md index fe8a32b..e6f8da4 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ EasyHAProxy can detect and configure HAProxy automatically on the following plat EasyHAProxy is part of some projects: - Dokku - MicroK8s +- DigitalOcean Marketplace See detailed instructions on how to install below. @@ -70,6 +71,7 @@ Or you can install using tools: [![Helm](docs/easyhaproxy_helm.png)](docs/helm.md) [![MicroK8s](docs/easyhaproxy_microk8s.png)](docs/microk8s.md) [![Dokku](docs/easyhaproxy_dokku.png)](docs/dokku.md) +[![DigitalOcean](docs/easyhaproxy_digitalocean.png)](docs/digitalocean.md) ## Special Topics diff --git a/docs/digitalocean.md b/docs/digitalocean.md new file mode 100644 index 0000000..ff1edec --- /dev/null +++ b/docs/digitalocean.md @@ -0,0 +1,11 @@ +# DigitalOcean + +DigitalOcean is a cloud infrastructure provider focused on simplifying web infrastructure for software developers. + +EasyHAProxy is available on DigitalOcean Marketplace. +You can install it with a few clicks directly from the DigitalOcean dashboard. + +## Installing EasyHAProxy on DigitalOcean + +Please refer the [EasyHAProxy page on DigitalOcean Marketplace](https://marketplace.digitalocean.com/apps/easyhaproxy-ingress-controller). + diff --git a/docs/easyhaproxy_digitalocean.png b/docs/easyhaproxy_digitalocean.png new file mode 100644 index 0000000..421a9d5 Binary files /dev/null and b/docs/easyhaproxy_digitalocean.png differ