1
0
Fork 0
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:
Nikita Vaniasin 2024-01-16 10:22:50 +01:00 committed by GitHub
parent 38b7a0de11
commit abd8562438
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 7 deletions

View 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.

View file

@ -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`