feat: update script
This commit is contained in:
parent
acd628596a
commit
655b73e32d
2 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ helm upgrade --install lightrag $SCRIPT_DIR/lightrag \
|
||||||
# Wait for LightRAG pod to be ready
|
# Wait for LightRAG pod to be ready
|
||||||
echo ""
|
echo ""
|
||||||
echo "Waiting for lightrag pod to be ready..."
|
echo "Waiting for lightrag pod to be ready..."
|
||||||
kubectl wait --for=condition=ready pod -l app.kubernetes.io/instance=lightrag --timeout=120s -n rag
|
kubectl wait --for=condition=ready pod -l app.kubernetes.io/instance=lightrag --timeout=300s -n rag
|
||||||
echo "lightrag pod is ready"
|
echo "lightrag pod is ready"
|
||||||
echo ""
|
echo ""
|
||||||
echo "Running Port-Forward:"
|
echo "Running Port-Forward:"
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@ helm upgrade --install lightrag-dev $SCRIPT_DIR/lightrag \
|
||||||
# Wait for LightRAG pod to be ready
|
# Wait for LightRAG pod to be ready
|
||||||
echo ""
|
echo ""
|
||||||
echo "Waiting for lightrag-dev pod to be ready..."
|
echo "Waiting for lightrag-dev pod to be ready..."
|
||||||
kubectl wait --for=condition=ready pod -l app.kubernetes.io/instance=lightrag-dev --timeout=60s -n rag
|
kubectl wait --for=condition=ready pod -l app.kubernetes.io/instance=lightrag-dev --timeout=300s -n rag
|
||||||
echo "lightrag-dev pod is ready"
|
echo "lightrag-dev pod is ready"
|
||||||
echo ""
|
echo ""
|
||||||
echo "Running Port-Forward:"
|
echo "Running Port-Forward:"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue