From a23c60cbc8738e6e43fcb06bc699dea1b2aa1b3a Mon Sep 17 00:00:00 2001 From: Mohamed Zekri Date: Thu, 19 Nov 2020 19:35:07 +0100 Subject: [PATCH] update readme --- charts/sonatype-nexus/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/sonatype-nexus/README.md b/charts/sonatype-nexus/README.md index ba8b35a..4a0515e 100644 --- a/charts/sonatype-nexus/README.md +++ b/charts/sonatype-nexus/README.md @@ -8,6 +8,7 @@ This chart bootstraps a Nexus OSS deployment on a cluster using Helm. This setup is best configured in [GCP](https://cloud.google.com/) since: - [google cloud storage](https://cloud.google.com/storage/) is used for backups +- [NEW: Rclone](https://rclone.org/) it uses Rclone to create backups, basically compatible with all the major clouds. - [GCE Ingress controller](https://github.com/kubernetes/ingress/blob/master/docs/faq/gce.md) is used for using a pre-allocated static IP in GCE. There is also the option of using a [proxy for Nexus](https://github.com/travelaudience/nexus-proxy) that authenticates Nexus against an external identity provider (only GCP IAM at the moment) which is **disabled** by default.