From abd856243876deb2d9a6163cfedc4e44da8fdd6f Mon Sep 17 00:00:00 2001 From: Nikita Vaniasin Date: Tue, 16 Jan 2024 10:22:50 +0100 Subject: [PATCH] Update Helm chart docs with actual info (#1487) --- chart/kube-arangodb-crd/README.md | 6 ++++++ chart/kube-arangodb/README.md | 10 +++------- 2 files changed, 9 insertions(+), 7 deletions(-) create mode 100644 chart/kube-arangodb-crd/README.md diff --git a/chart/kube-arangodb-crd/README.md b/chart/kube-arangodb-crd/README.md new file mode 100644 index 000000000..77fb8522e --- /dev/null +++ b/chart/kube-arangodb-crd/README.md @@ -0,0 +1,6 @@ +## Introduction + +This chart includes only CRDs required for kube-arangodb to work. + +### This chart is deprecated! +For Helm3, use `kube-arangodb` chart instead. diff --git a/chart/kube-arangodb/README.md b/chart/kube-arangodb/README.md index 6237be418..a912db933 100644 --- a/chart/kube-arangodb/README.md +++ b/chart/kube-arangodb/README.md @@ -4,15 +4,11 @@ Kubernetes ArangoDB Operator. # Chart Details -Chart will install fully operational ArangoDB Kubernetes Operator. CRD are moved to different Helm package. - -# Prerequisites - -To be able to work with Operator, Custom Resource Definitions needs to be installed. More details can be found in `kube-arangodb-crd` chart. +Chart will install fully operational ArangoDB Kubernetes Operator. # Resources Required -In default installation deployment with 2 pods will be created. Each default pod require 256MB of ram and 250m of CPU. +In default installation deployment with 1 pod will be created. The operator pod require 256MB of ram and 250m of CPU. # Installing the Chart @@ -149,7 +145,7 @@ Default: `1000` Replication count for Operator deployment. -Default: `2` +Default: `1` ### `operator.updateStrategy`