[skip e2e]Change the service type (#15118)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/15124/head
zhuwenxing 2022-01-10 21:21:35 +08:00 committed by GitHub
parent 845aa7899d
commit 136ac2af9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ bash uninstall_milvus.sh ${release} ${ns}|| true
helm repo add milvus https://milvus-io.github.io/milvus-helm/
helm repo update
helm install --wait --timeout 360s ${release} milvus/milvus --set service.type=NodePort -f ../cluster-values.yaml --set metrics.serviceMonitor.enabled=true -n=${ns}
helm install --wait --timeout 360s ${release} milvus/milvus -f ../cluster-values.yaml --set metrics.serviceMonitor.enabled=true -n=${ns}