milvus/tests/python_client/scale/constants.py
ThreadDao 600a8aa575
[skip ci] Add case to test proxy scale (#13298)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
2021-12-13 21:29:24 +08:00

18 lines
667 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
PROXY = "proxy" # key proxy
DATA_NODE = "dataNode" # key dataNode
INDEX_NODE = "indexNode" # key indexNode
QUERY_NODE = "queryNode" # key queryNode
# my values.yaml path
MILVUS_CHART_ENV = 'MILVUS_CHART_ENV' # env of milvus chart path
MILVUS_LOGS_PATH = '/tmp/milvus' # path of milvus pod logs
# default scale config
DEFAULT_RELEASE_PREFIX = "scale"