mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Update Helm chart docs with actual info (#1487)
This commit is contained in:
parent
38b7a0de11
commit
abd8562438
2 changed files with 9 additions and 7 deletions
6
chart/kube-arangodb-crd/README.md
Normal file
6
chart/kube-arangodb-crd/README.md
Normal file
|
@ -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.
|
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in a new issue