milvus/tests/python_client/scale/constants.py
ThreadDao 396ccf7bd4
[skip e2e] Update milvus image harbor (#14047)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
2021-12-23 14:36:16 +08:00

12 lines
429 B
Python

# scale object
IMAGE_REPOSITORY = "registry.milvus.io/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"