Skip to content

Commit

Permalink
Document spec.excludeSystemIndices
Browse files Browse the repository at this point in the history
Introduced in #177

Signed-off-by: Oliver Trosien <[email protected]>
  • Loading branch information
otrosien committed Feb 7, 2022
1 parent 8a00518 commit c30d045
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ spec:
| Key | Description | Type |
|----------|---------------|---------|
| spec.replicas | Initial size of the StatefulSet. If auto-scaling is disabled, this is your desired cluster size. | Int |
| spec.excludeSystemIndices | Enable or disable inclusion of system indices like '.kibana' when calculating shard-per-node ratio and scaling index replica counts. Those are usually managed by Elasticsearch internally. Default is false for backwards compatibility | Boolean |
| spec.scaling.enabled | Enable or disable auto-scaling. May be necessary to enforce manual scaling. | Boolean |
| spec.scaling.minReplicas | Minimum Pod replicas. Lower bound (inclusive) when scaling down. | Int |
| spec.scaling.maxReplicas | Maximum Pod replicas. Upper bound (inclusive) when scaling up. | Int |
Expand Down

0 comments on commit c30d045

Please sign in to comment.