mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
312aa23c77
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
12 lines
427 B
Python
12 lines
427 B
Python
# scale object
|
|
IMAGE_REPOSITORY = "harbor.zilliz.cc/milvus/milvus" # repository of milvus image
|
|
IMAGE_TAG = "master-20211213-d14fff0" # tag of milvus image
|
|
NAMESPACE = "chaos-testing" # namespace
|
|
IF_NOT_PRESENT = "IfNotPresent" # image pullPolicy IfNotPresent
|
|
ALWAYS = "Always" # image pullPolicy Always
|
|
|
|
MILVUS_LOGS_PATH = '/tmp/milvus' # path of milvus pod logs
|
|
|
|
# default scale config
|
|
DEFAULT_RELEASE_PREFIX = "scale"
|