mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
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"
|