Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Enable etcd auto compaction by revision (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
LoveEachDay authored Sep 24, 2021
1 parent 906739e commit 51acfb2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
4 changes: 3 additions & 1 deletion OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ filters:
approvers:
- jeffoverflow
- zwd1208
- loveeachday
reviewers:
- jeffoverflow
- zwd1208
- zwd1208
- loveeachday
8 changes: 4 additions & 4 deletions charts/milvus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: milvus
appVersion: "2.0.0-rc.6"
kubeVersion: "^1.10.0-0"
description: Milvus is an open-source vector database built to power AI applications and vector similarity search.
version: 2.1.16
version: 2.1.17
keywords:
- milvus
- elastic
Expand All @@ -15,7 +15,7 @@ icon: https://raw.githubusercontent.com/milvus-io/docs/master/v1.0.0/assets/milv
sources:
- https://github.com/milvus-io/milvus
maintainers:
- email: zhifeng.zhang@zilliz.com
name: jeffoverflow
url: www.zilliz.com
- email: contact@milvus.io
name: contact
url: milvus.io
engine: gotpl
12 changes: 12 additions & 0 deletions charts/milvus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,18 @@ etcd:
accessMode: ReadWriteOnce
size: 8Gi

## Enable auto compaction
## compaction by every 1000 revision
##
autoCompactionMode: revision
autoCompactionRetention: "1000"

## Increase default quota to 4G
##
extraEnvVars:
- name: ETCD_QUOTA_BACKEND_BYTES
value: "4294967296"

## Configuration values for the pulsar dependency
## ref: https://github.com/kafkaesque-io/pulsar-helm-chart
##
Expand Down

0 comments on commit 51acfb2

Please sign in to comment.